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