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.
TextInfo::ReadOnly Method (TextInfo^)
.NET Framework (current version)
Returns a read-only version of the specified TextInfo object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- textInfo
-
Type:
System.Globalization::TextInfo^
A TextInfo object.
Return Value
Type: System.Globalization::TextInfo^The TextInfo object specified by the textInfo parameter, if textInfo is read-only.
-or-
A read-only memberwise clone of the TextInfo object specified by textInfo, if textInfo is not read-only.
| Exception | Condition |
|---|---|
| ArgumentNullException | textInfo is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: