Share via


UITextFormattingViewControllerHighlightExtensions.ToArray Method

Definition

Retrieves all the UITextFormattingViewControllerHighlight constants named by the flags value.

public static Foundation.NSString[] ToArray(this UIKit.UITextFormattingViewControllerHighlight value);
static member ToArray : UIKit.UITextFormattingViewControllerHighlight -> Foundation.NSString[]

Parameters

value
UITextFormattingViewControllerHighlight

The flags to retrieve

Returns

Remarks

Any flags that are not recognized will be ignored.

Applies to