stringValue
fun StringValuesBuilder.stringValue(name: String? = null, toParsedString: StringParamToString = defaultStringParamToString, toParamString: StringToStringParam = defaultStringToStringParam): ValueSingleDelegateProvider<String?>(source)
Creates an optional parameter of type String with the given name in this StringValuesBuilder instance.
If no name is provided, the property's name will be used.