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.ToInt32 (Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Function ToInt32( _
   ByVal value As Integer _
) As Integer
[C#]
public static int ToInt32(
   int value
);
[C++]
public: static int ToInt32(
   int value
);
[JScript]
public static function ToInt32(
   value : int
) : int;

Parameters

value
[To be supplied.]

See Also

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