Android.Text.AndroidCharacter.Mirror Method
Replace the specified slice of text with the chars' right-to-left mirrors (if any), returning true if any replacements were made.

Syntax

[Android.Runtime.Register("mirror", "([CII)Z", "")]
public static bool Mirror (char[] text, int start, int count)

Parameters

text
array of characters to apply mirror operation
start
first character in array to mirror
count
maximum number of characters to mirror

Returns

Documentation for this section has not yet been entered.

Remarks

Replace the specified slice of text with the chars' right-to-left mirrors (if any), returning true if any replacements were made.

[Android Documentation]

Requirements

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