Version

ToString Method (FormattedString)

Returns the System.String that represents this FormattedString. This is just the unformatted string.
Syntax
public override string ToString()

Return Value

The String that represents this FormattedString.
Remarks

This will return the same value as UnformattedString.

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