NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Byte.Format

Converts a numeric value to a String.

Overload List

Converts the value of this instance to a String that uses a specified string and has the format provided by TBD.

[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 that uses a specified string and format.

[Visual Basic] Overloads Public Shared Function Format(Byte, String, NumberFormatInfo) As String
[C#] public static string Format(byte, String, NumberFormatInfo);
[C++] public: static String* Format(unsigned char, String, NumberFormatInfo);
[JScript] public static function Format(Byte, String, NumberFormatInfo) : String;

Converts a numeric value to a String with a default format.

[Visual Basic] Overloads Public Shared Function Format(Byte, String) As String
[C#] public static string Format(byte, String);
[C++] public: static String* Format(unsigned char, String);
[JScript] public static function Format(Byte, String) : String;

See Also

Byte Structure | Byte Members | System Namespace