Contents

string(fromValue:)

Gets the string representation of a parameter value.

Declaration

func string(fromValue value: UnsafePointer<AUValue>?) -> String

Parameters

  • 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.

See Also

Managing Parameter Values