Version

FormattedString Constructor

Creates a new instance of the FormattedString class.
Syntax
public FormattedString( 
   string unformattedString
)

Parameters

unformattedString
The string that will be displayed in the cell with the formatting.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionunformattedString is null.
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