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





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

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

 Syntax

C#  Copy Code

public static ushort ToUint16 (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToUint16( _
    s As String _
) As UShort

 Parameters

s

The string value to convert from.

 Return Value

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

 See Also

XmlConverter Members
XmlConverter Class
MindFusion.UI.Wpf Namespace