Contents

value(from:)

Converts a string into a parameter value.

Declaration

func value(from string: String) -> AUValue

Parameters

  • string:

    The string representation of a parameter value.

Return Value

The parameter value obtained from the string.

See Also

Managing Parameter Values