IDebugConvert.SingleToString(Single) Method

Definition

When implemented in a class, 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:
 System::String ^ SingleToString(float value);
public string SingleToString (float value);
abstract member SingleToString : single -> string
Public Function SingleToString (value As Single) As String

Parameters

value
Single

The value to convert.

Returns

The string representation of value.

Applies to

See also