Mono Class Library: System.Xml.XmlConvert Overview | MembersSystem.Xml.XmlConvert.ToChar Method |
Converts a string to a char equivalent. [Edit]
|
- s
- The string containing a single character to convert. [Edit]
The char equivalent of s. [Edit]
Type Reason ArgumentNullException s is a null reference. [Edit] FormatException s contains more than one character. [Edit]
This method calls char.Parse(string)(s). [Edit]
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0