TextUtils.ReplaceFormatted(ICharSequence, String[], ICharSequence[]) 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.
Return a new CharSequence in which each of the source strings is replaced by the corresponding element of the destinations.
[Android.Runtime.Register("replace", "(Ljava/lang/CharSequence;[Ljava/lang/String;[Ljava/lang/CharSequence;)Ljava/lang/CharSequence;", "")]
public static Java.Lang.ICharSequence? ReplaceFormatted (Java.Lang.ICharSequence? template, string[]? sources, Java.Lang.ICharSequence[]? destinations);
[<Android.Runtime.Register("replace", "(Ljava/lang/CharSequence;[Ljava/lang/String;[Ljava/lang/CharSequence;)Ljava/lang/CharSequence;", "")>]
static member ReplaceFormatted : Java.Lang.ICharSequence * string[] * Java.Lang.ICharSequence[] -> Java.Lang.ICharSequence
Parameters
- template
- ICharSequence
- sources
- String[]
- destinations
- ICharSequence[]
Returns
- Attributes
Remarks
Return a new CharSequence in which each of the source strings is replaced by the corresponding element of the destinations.
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.