Charting for WinForms Programmer's Guide
Converter.FromByte Method
See Also
 






Converts the specified byte value to string.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public static string FromByte (
    byte val
)

Visual Basic  Copy Code

Public Shared Function FromByte( _
    val As Byte _
) As String

 Parameters

val

The value to convert.

 Return Value

A string representing the specified value.

 See Also

Converter Members
Converter Class
MindFusion.Charting Namespace