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.ToUInt32 (Byte)

Converts a Byte to a UInt32.

[Visual Basic]
Overloads Public Shared Function ToUInt32( _
   ByVal value As Byte _
) As UInt32
[C#]
public static uint ToUInt32(
   byte value
);
[C++]
public: static unsigned int ToUInt32(
   unsigned char value
);
[JScript]
public static function ToUInt32(
   value : Byte
) : UInt32;

Parameters

value
The number to be converted.

Return Value

The value as a UInt32 .

See Also

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