DebugConvert.SingleToString(Single) Method

Definition

Converts the specified Single value to a String.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual System::String ^ SingleToString(float value);
public string SingleToString (float value);
abstract member SingleToString : single -> string
override this.SingleToString : single -> string
Public Function SingleToString (value As Single) As String

Parameters

value
Single

The value to convert.

Returns

The string representation of value.

Implements

Applies to

See also