ToUInt16 Method

XmlConvert.ToUInt16 Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Converts the String to a UInt16 equivalent.

This API is not CLS-compliant. 

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

[CLSCompliantAttribute(false)]
public static ushort ToUInt16(
	string s
)

Parameters

s
Type: System.String
The string to convert.

Return Value

Type: System.UInt16
A UInt16 equivalent of the string.

ExceptionCondition
ArgumentNullException

s is null.

FormatException

s is not in the correct format.

OverflowException

s represents a number less than UInt16.MinValue or greater than UInt16.MaxValue.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft