Usual.IConvertible.ToSByte Method | |
Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax METHOD IConvertible.ToSByte(
provider AS IFormatProvider
) AS System.SByte
sbyte IConvertible.ToSByte(
IFormatProvider provider
)
Request Example
View SourceParameters
- provider
- Type: IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
Type:
SByteAn 8-bit signed integer equivalent to the value of this instance.
Implements
ToSByte(IFormatProvider)See Also