Click or drag to resize
ConvertToString Method (String, IFormatProvider)
Returns the specified string instance; no actual conversion is performed.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static string ToString(
	string value,
	IFormatProvider provider
)

Parameters

value
Type: SystemString
The string to return.
provider
Type: SystemIFormatProvider
An object that supplies culture-specific formatting information. This parameter is ignored.

Return Value

Type: String
value is returned unchanged.
See Also