asp.net.ph

String.ToString Method ( IFormatProvider )

System Namespace   String Class


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

[ VB ]
<Serializable>
NotOverridable Overloads Public Function ToString ( _
   ByVal provider As IFormatProvider _
) As String Implements IConvertible.ToString

[ C# ]
[ Serializable ]
public string ToString (
   IFormatProvider provider
);

[ C++ ]
[ Serializable ]
public: __sealed String* ToString (
   IFormatProvider* provider
);

[ JScript ]
public Serializable
function ToString (
   provider : IFormatProvider
) : String;

Parameters

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

Return Value

This String.

Implements

IConvertible.ToString

Remarks

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

See Also

String Members   String.ToString Overload List Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph