MindFusion.Wpf Pack Programmer's Guide
XmlConverter.ToUint64 Method
See Also
 





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

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 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

XmlConverter Members
XmlConverter Class
MindFusion.UI.Wpf Namespace