TextUtils.GetReverse(String, Int32, Int32) 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.
This function only reverses individual char
s and not their associated
spans.
public static string? GetReverse (string? source, int start, int end);
static member GetReverse : string * int * int -> string
Parameters
- source
- String
- start
- Int32
- end
- Int32
Returns
Remarks
This function only reverses individual char
s and not their associated spans. It doesn't support surrogate pairs (that correspond to non-BMP code points), combining sequences or conjuncts either.
This member is deprecated. Do not use.
Java documentation for android.text.TextUtils.getReverse(java.lang.CharSequence, int, int)
.
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.