AUParameter.GetString 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.
Overloads
GetString(Nullable<Single>) |
Returns the string representation of the parameter value that corresponds to |
GetString(Single) |
Returns the string representation of the parameter value that corresponds to |
GetString(Nullable<Single>)
GetString(Single)
Returns the string representation of the parameter value that corresponds to value
.
[Foundation.Export("stringFromValue:")]
public virtual string GetString (ref float value);
abstract member GetString : -> string
override this.GetString : -> string
Parameters
- value
- Single
The parameter value to represent as a string.
Returns
- Attributes