Android.Text.BidiFormatter.UnicodeWrap Method
Operates like BidiFormatter.UnicodeWrap(string, Android.Text.ITextDirectionHeuristic, Android.Text.ITextDirectionHeuristic), but uses the formatter's default direction estimation algorithm.

Syntax

[Android.Runtime.Register("unicodeWrap", "(Ljava/lang/String;Z)Ljava/lang/String;", "")]
public string UnicodeWrap (string str, bool isolate)

Parameters

str
The input string.
isolate
Whether to directionally isolate the string to prevent it from garbling the content around it

Returns

Documentation for this section has not yet been entered.

Remarks

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18