Converts the specified string value to unsigned 64-bit integer.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public static ulong ToUint64 ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function ToUint64( _ |
The string value to convert from.
RemarksAn unsigned 64-bit integer value that is deserialized from the specified string.
See Also