IFormatterConverter.ToString(Object) Method

Definition

Converts a value to a String.

public:
 System::String ^ ToString(System::Object ^ value);
public string? ToString (object value);
public string ToString (object value);
abstract member ToString : obj -> string
Public Function ToString (value As Object) As String

Parameters

value
Object

The object to be converted.

Returns

The converted value.

Applies to