string(fromValue:)
Gets the string representation of a parameter value.
Declaration
func string(fromValue value: UnsafePointer<AUValue>?) -> StringParameters
- value:
The parameter value to represent as a string.
Return Value
The string representation of a parameter value.
Discussion
Pass nil into the value parameter to use the current value.