Converts a numeric value to a String.
Converts the value of this instance to a String with the specified string formatted by IServiceObjectProvider.
[Visual Basic] Overloads Overridable Public Function Format(String, IServiceObjectProvider) As String
[C#] public virtual string Format(String, IServiceObjectProvider);
[C++] public: virtual String* Format(String*, IServiceObjectProvider);
[JScript] public function Format(String, IServiceObjectProvider) : String;
Converts a numeric value to a String with the specified string formatted by NumberFormatInfo.
[Visual Basic] Overloads Public Shared Function Format(Integer, String, NumberFormatInfo) As String
[C#] public static string Format(int, String, NumberFormatInfo);
[C++] public: static String* Format(int, String, NumberFormatInfo);
[JScript] public static function Format(int, String, NumberFormatInfo) : String;
Converts a numeric value to a String with the specified format string.
[Visual Basic] Overloads Public Shared Function Format(Integer, String) As String
[C#] public static string Format(int, String);
[C++] public: static String* Format(int, String);
[JScript] public static function Format(int, String) : String;