Converts the specified string value to 8-bit signed integer.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public static sbyte ToSByte ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function ToSByte( _ |
The string value to convert from.
An 8-bit signed integer value that is deserialized from the specified string.
See Also