Converts a numeric value to a String.
Converts a numeric value to a String with the default format string.
[Visual Basic] Overloads Public Shared Function Format(Double, String) As String
[C#] public static string Format(double, String);
[C++] public: static String* Format(double, String);
[JScript] public static function Format(double, String) : String;
Converts the value of this instance to a String with the specified format string provided 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 format string provided by NumberFormatInfo.
[Visual Basic] Overloads Public Shared Function Format(Double, String, NumberFormatInfo) As String
[C#] public static string Format(double, String, NumberFormatInfo);
[C++] public: static String* Format(double, String, NumberFormatInfo);
[JScript] public static function Format(double, String, NumberFormatInfo) : String;