This topic has not yet been rated - Rate this topic

String.ToString Method (IFormatProvider)

May 02, 2013

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

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)
public string ToString(
	IFormatProvider provider
)

Parameters

provider
Type: System.IFormatProvider
(Reserved) An object that supplies culture-specific formatting information.

Return Value

Type: System.String
The current string.

Implements

IConvertible.ToString(IFormatProvider)

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

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.