Charting for WinForms Programmer's Guide
Converter.ToUint64 Method
See Also
 






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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 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

 Remarks

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

 See Also

Converter Members
Converter Class
MindFusion.Charting Namespace