WebPlanner Programmer's Guide

Convert.FromInt16 Method

See Also
 


Converts the specified Int16 to string.

Namespace: MindFusion
Assembly: MindFusion.Common

 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

 Return Value

 See Also