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 (UInt32)

Converts a UInt32 to a String.

[Visual Basic]
Overloads Public Shared Function ToString( _
   ByVal value As UInt32 _
) As String
[C#]
public static string ToString(
   uint value
);
[C++]
public: static String* ToString(
   unsigned int value
);
[JScript]
public static function ToString(
   value : UInt32
) : String;

Parameters

value
The number to convert.

Return Value

value as a String.

Remarks

Implementation is the same as ToString.

See Also

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