byteValues

fun StringValuesBuilder.byteValues(name: String? = null, toByte: StringToByte = defaultStringToByte, toString: ByteToString = defaultByteToString): NamedValuePropertyProvider<List<Byte>?>(source)

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

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

Parameters

toByte

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

toString

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