MindFusion.Charting for Silverlight Programmer's Guide
ChartValueConverter.FromInt16 Method
See Also
 






Converts the specified 16-bit integer value to string.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 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 Int16 value to convert.

 Return Value

A string that represents the specified Int16 value.

 See Also

ChartValueConverter Members
ChartValueConverter Class
MindFusion.Charting.Silverlight Namespace