Converts the specified string value to an 8-bit signed integer.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# 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.