System.String.ToString Method

Returns this instance of string; no actual conversion is performed.

Syntax

public string ToString (IFormatProvider provider)

Parameters

provider
(Reserved) An object that supplies culture-specific formatting information.

Returns

The current string.

Remarks

provider is reserved, and does not currently participate in this operation.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0