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

[To be supplied.]

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

Parameters

value
[To be supplied.]

See Also

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