System Namespace IConvertible Class
Converts the value of this instance to an equivalent 16-bit unsigned 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 ToUInt16 ( _ ByVal provider As IFormatProvider _ ) As UInt16 [ C# ] [CLSCompliant ( false ) ] ushort ToUInt16 ( IFormatProvider provider ); [ C++ ] [CLSCompliant ( false ) ] unsigned short ToUInt16 ( IFormatProvider* provider ); [JScript ] function CLSCompliant ( false ) ToUInt16 ( provider : IFormatProvider ) : UInt16;
An 16-bit unsigned integer equivalent to the value of this instance.
IConvertible Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note