The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Char::Parse Method (String^)
.NET Framework (current version)
Converts the value of the specified string to its equivalent Unicode character.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- s
-
Type:
System::String^
A string that contains a single character, or null.
| Exception | Condition |
|---|---|
| ArgumentNullException | s is null. |
| FormatException | The length of s is not 1. |
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: