asp.net.ph

Int16 Structure

System Namespace


Represents a 16-bit signed integer.

Int16 Class Members

Collapse   Fields

Visibility Name Type
public static const MaxValue Int16
public static const MinValue Int16

Collapse   Methods

Visibility Name Parameters Return Type
public CompareTo ( Int16 value ) Int32
public CompareTo ( Object value ) Int32
public Equals ( Int16 obj ) Boolean
public Equals ( Object obj ) Boolean
public GetHashCode ( ) Int32
public GetTypeCode ( ) TypeCode
public static Parse ( String s ) Int16
public static Parse ( String s , IFormatProvider provider ) Int16
public static Parse ( String s , NumberStyles style , IFormatProvider provider ) Int16
public static Parse ( String s , NumberStyles style ) Int16
public ToString ( String format ) String
public ToString ( ) String
public ToString ( String format , IFormatProvider provider ) String
public ToString ( IFormatProvider provider ) String
public static TryParse ( String s , Int16& result ) Boolean
public static TryParse ( String s , NumberStyles style , IFormatProvider provider , Int16& result ) Boolean

Remarks

The Int16 value type represents signed integers with values ranging from negative 32768 through positive 32767.

This type provides methods to convert the value of an instance of this type to its String representation, convert the String representation of a number to an instance of this type, and compare instances of this type.

For information about how format specification codes control the String representation of value types, see Formatting Base Types.

This type implements interfaces IComparable, IFormattable, and IConvertible. Use the Convert class for conversions instead of this type's explicit interface member implementation of IConvertible.

See Also

Int16 Members   UInt16 Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 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