Search
Converter.ToUint64 Method
See Also
 





Converts the specified string value to unsigned 64-bit integer.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static ulong ToUint64 (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToUint64( _
    s As String _
) As ULong

 Parameters

s

The string value to convert from.

 Return Value

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

 See Also