byteValue
fun StringValuesBuilder.byteValue(name: String? = null, toByte: StringToByte = defaultStringToByte, toString: ByteToString = defaultByteToString): ValueSingleDelegateProvider<Byte?>(source)
Creates an optional parameter of type Byte with the given name in this StringValuesBuilder instance.
If no name is provided, the property's name will be used.