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.