MindFusion.Wpf Pack Programmer's Guide
Converter.FromUInt16 Method
See Also
 





Converts the specified unsigned 16-bit integer value to string.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public static string FromUInt16 (
    ushort val
)

Visual Basic  Copy Code

Public Shared Function FromUInt16( _
    val As UShort _
) As String

 Parameters

val

The value to convert.

 Return Value

A string that represents the specified 16-bit integer value.

 See Also

Converter Members
Converter Class
MindFusion.Charting.Wpf Namespace