Search
Converter.ToInt64 Method
See Also
 





Converts the specified string value to 64-bit integer.

Namespace: MindFusion.Json
Package: MindFusion.Common

 Syntax

C#  Copy Code

public static long ToInt64 (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToInt64( _
    s As String _
) As Long

 Parameters

s

The string value to convert from.

 Return Value

A 64-bit integer value that is deserialized from the specified string.

 See Also