Converts the specified 16-bit integer value to string.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static string FromInt16 ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function FromInt16( _ |
The value to convert.
A string representing the specified value.
See Also