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