Android.Text.TextUtils.ReplaceFormatted Method
Return a new CharSequence in which each of the source strings is replaced by the corresponding element of the destinations.

Syntax

[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)

Parameters

template
Documentation for this section has not yet been entered.
sources
Documentation for this section has not yet been entered.
destinations
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Return a new CharSequence in which each of the source strings is replaced by the corresponding element of the destinations.

[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