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!

Convert.ToString (SByte)

Converts an SByte to a String.

[Visual Basic]
Overloads Public Shared Function ToString( _
   ByVal value As SByte _
) As String
[C#]
public static string ToString(
   sbyte value
);
[C++]
public: static String* ToString(
   char value
);
[JScript]
public static function ToString(
   value : SByte
) : String;

Parameters

value
The value to convert.

Return Value

value as a String.

Remarks

[To be supplied.]

See Also

Convert Class | Convert Members | System Namespace | Convert.ToString Overload List