StringInfo.String Property
.NET Framework (current version)
Gets or sets the value of the current StringInfo object.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | The value in a set operation is null. |
When a StringInfo object is instantiated, its String property is set to one of the following values:
String.Empty if the default StringInfo() is called. You should then use the String property to assign the string that this StringInfo object rperesents.
The string supplied as the value argument to the StringInfo(String) constructor.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: