Share via


AUParameter.GetString Method

Definition

Overloads

Name Description
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(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:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string GetString(ref float value);
[<Foundation.Export("stringFromValue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetString : single -> string
override this.GetString : single -> string

Parameters

value
Single

The parameter value to represent as a string.

Returns

Attributes

Applies to