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!

Char.ToUInt32

Converts a Char to a UInt32.

[Visual Basic]
Overridable Public Function ToUInt32() As UInt32
[C#]
public virtual uint ToUInt32();
[C++]
public: virtual unsigned int ToUInt32();
[JScript]
public function ToUInt32() : UInt32;

Return Value

A number as a UInt32.

Exceptions

Exception Type Condition
InvalidCastException If it doesn't return a UInt32.

Remarks

The ToUInt32method converts a byte value into a UInt32 and returns it.

See Also

Char Structure | Char Members | System Namespace