AUParameter.GetValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the numeric value for the parameter in str
.
[Foundation.Export("valueFromString:")]
public virtual float GetValue (string str);
abstract member GetValue : string -> single
override this.GetValue : string -> single
Parameters
- str
- String
The string representation for which to get a parameter value.
Returns
The numeric value for the parameter string.
- Attributes