System Namespace IConvertible Class
Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
The IConvertible type is not CLS-compliant. For more information about CLS compliance, see What is the Common Language Specification.
[ VB ] <CLSCompliant ( False ) > Function ToSByte ( _ ByVal provider As IFormatProvider _ ) As SByte [ C# ] [CLSCompliant ( false ) ] sbyte ToSByte ( IFormatProvider provider ); [ C++ ] [CLSCompliant ( false ) ] char ToSByte ( IFormatProvider* provider ); [JScript ] function CLSCompliant ( false ) ToSByte ( provider : IFormatProvider ) : SByte;
An 8-bit signed integer equivalent to the value of this instance.
IConvertible Members
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph