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