Search
Converter.FromInt16 Method
See Also
 





Converts the specified 16-bit integer value to string.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static string FromInt16 (
    short val
)

Visual Basic  Copy Code

Public Shared Function FromInt16( _
    val As Short _
) As String

 Parameters

val

The value to convert.

 Return Value

A string representing the specified value.

 See Also