Converts the specified string value to byte value.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static byte ToByte ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function ToByte( _ |
The string value to convert from.
A byte value that is deserialized from the specified string.
See Also