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






Converts the specified string value to byte value.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public static byte ToByte (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToByte( _
    s As String _
) As Byte

 Parameters

s

The string value to convert from.

 Return Value

A byte value that is deserialized from the specified string.

 See Also

Converter Members
Converter Class
MindFusion.Charting Namespace