Version

UnformattedString Property (FormattedString)

Gets or sets the unformatted string.
Syntax
public string UnformattedString {get; set;}

Property Value

The unformatted string.
Exceptions
ExceptionDescription
System.ArgumentNullException The value assigned is a null string.
Remarks

If the new unformatted string assigned is shorter than the old unformatted string, all formatting outside the range of the new value will be lost.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also