AUParameter.GetString Method

Definition

Overloads

GetString(Nullable<Single>)

Returns the string representation of the parameter value that corresponds to value.

GetString(Single)

Returns the string representation of the parameter value that corresponds to value.

GetString(Nullable<Single>)

Returns the string representation of the parameter value that corresponds to value.

public string GetString (Nullable<float> value);
member this.GetString : Nullable<single> -> string

Parameters

value
Nullable<Single>

The parameter value to represent as a string.

Returns

Applies to

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

Applies to