value(from:)
Converts a string into a parameter value.
Declaration
func value(from string: String) -> AUValueParameters
- string:
The string representation of a parameter value.
Return Value
The parameter value obtained from the string.
Converts a string into a parameter value.
func value(from string: String) -> AUValueThe string representation of a parameter value.
The parameter value obtained from the string.