Search
Converter.ToInt16 Method
See Also
 





Converts the specified string value to 16-bit integer.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static short ToInt16 (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToInt16( _
    s As String _
) As Short

 Parameters

s

The string value to convert from.

 Return Value

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

 See Also