Mono Class Library: System.Xml.XmlConvert Overview | Members

System.Xml.XmlConvert.ToInt16 Method

Converts a string to a short equivalent. [Edit]

public static short ToInt16 (string s)

Parameters

s
The string to convert. [Edit]

Returns

The short equivalent of s. [Edit]

Exceptions

TypeReason
ArgumentNullExceptions is a null reference. [Edit]
FormatExceptions is not in the correct format. [Edit]
OverflowExceptions represents a number less than short.MinValue or greater than short.MaxValue. [Edit]

Remarks

This method calls short.Parse(string)(s, System.Globalization.NumberStyles.AllowLeadingSign|System.Globalization.NumberStyles.AllowLeadingWhite|System.Globalization.NumberStyles.AllowTrailingWhite, System.Globalization.NumberFormatInfo.InvariantInfo). [Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0