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

Converts an Int32 to an Int64.

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

Parameters

value
The number to be converted.

Return Value

value as an Int64 .

See Also

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