Share via


ToInt64 Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts the String to a Int64 equivalent.

Namespace:  Ws.Services.Serialization
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Shared Function ToInt64 ( _
    s As String _
) As Long
public static long ToInt64(
    string s
)
public:
static long long ToInt64(
    String^ s
)
static member ToInt64 : 
        s:string -> int64 
public static function ToInt64(
    s : String
) : long

Parameters

Return Value

Type: System. . :: . .Int64
An Int64 equivalent of the string.

.NET Framework Security

See Also

Reference

WsXmlConvert Class

Ws.Services.Serialization Namespace