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

Converts a Boolean to a UInt32.

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

Parameters

value
Boolean.False

Return Value

The number 1 if value is true; otherwise, 0.

See Also

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