shortValues

fun StringValuesBuilder.shortValues(name: String? = null, toShort: StringToShort = defaultStringToShort, toString: ShortToString = defaultShortToString): NamedValuePropertyProvider<List<Short>?>(source)

Creates an optional parameter of type List<Short> with the given name in this StringValuesBuilder instance.

If no name is provided, the property's name will be used.

Parameters

toShort

Method to use when converting from its String form to Short.

toString

Method to use when converting from its Short form to String.