Convert..::..ToString Method (Object, IFormatProvider)
Converts the value of the specified object to its equivalent string representation using the specified culture-specific formatting information.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static string ToString( Object value, IFormatProvider provider )
<TemplateAttribute> _ Public Shared Function ToString ( _ value As Object, _ provider As IFormatProvider _ ) As String
[TemplateAttribute] public: static String^ ToString( Object^ value, IFormatProvider^ provider )