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