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






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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 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

Converter Members
Converter Class
MindFusion.Charting Namespace