MindFusion.Wpf Pack Programmer's Guide
Converter.ToSByte Method
See Also
 





Converts the specified string value to 8-bit signed integer.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public static sbyte ToSByte (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToSByte( _
    s As String _
) As SByte

 Parameters

s

The string value to convert from.

 Return Value

An 8-bit signed integer value that is deserialized from the specified string.

 See Also

Converter Members
Converter Class
MindFusion.Spreadsheet.Wpf Namespace