shortValue
fun StringValuesBuilder.shortValue(name: String? = null, toShort: StringToShort = defaultStringToShort, toString: ShortToString = defaultShortToString): ValueSingleDelegateProvider<Short?>(source)
Creates an optional parameter of type Short with the given name in this StringValuesBuilder instance.
If no name is provided, the property's name will be used.