ClipData.Item.CoerceToHtmlText(Context) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Turn this item into HTML text, regardless of the type of data it actually contains.
[Android.Runtime.Register("coerceToHtmlText", "(Landroid/content/Context;)Ljava/lang/String;", "GetCoerceToHtmlText_Landroid_content_Context_Handler")]
public virtual string CoerceToHtmlText (Android.Content.Context context);
[<Android.Runtime.Register("coerceToHtmlText", "(Landroid/content/Context;)Ljava/lang/String;", "GetCoerceToHtmlText_Landroid_content_Context_Handler")>]
abstract member CoerceToHtmlText : Android.Content.Context -> string
override this.CoerceToHtmlText : Android.Content.Context -> string
Parameters
- context
- Context
The caller's Context, from which its ContentResolver and other things can be retrieved.
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.