MindFusion.Wpf Pack Programmer's Guide
XmlConverter.ToByte Method
See Also
 





Converts the specified string value to byte value.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 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

XmlConverter Members
XmlConverter Class
MindFusion.UI.Wpf Namespace