ToChar Method

XmlConvert.ToChar 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 Char equivalent.

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

public static char ToChar(
	string s
)

Parameters

s
Type: System.String
The string containing a single character to convert.

Return Value

Type: System.Char
A Char representing the single character.

ExceptionCondition
ArgumentNullException

The value of the s parameter is null.

FormatException

The s parameter contains more than one character.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft