Returns the specified string converted to a sbyte value.
[Edit]
Parameters
- s
- A string containing the value to convert. The string is interpreted using the style specified by style.
[Edit]
- style
- Zero or more System.Globalization.NumberStyles values that specify the style of s. Specify multiple values for style using the bitwise OR operator. If style is a null reference, the string is interpreted using the System.Globalization.NumberStyles.Integer style.
[Edit]
- provider
- A IFormatProvider that supplies a System.Globalization.NumberFormatInfo containing culture-specific formatting information about s.
[Edit]
- s
- Documentation for this section has not yet been entered.
[Edit]
- style
- Documentation for this section has not yet been entered.
[Edit]
- provider
- Documentation for this section has not yet been entered.
[Edit]
Returns
The sbyte value obtained from s.
[Edit]
Exceptions
Remarks
Requirements
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0