Returns a copy of this string after replacing occurrences of the given char with another.
Syntax
[Android.Runtime.Register("replace", "(CC)Ljava/lang/String;", "")]
public
string Replace (
char oldChar,
char newChar)
Parameters
- oldChar
- the character to replace.
- newChar
- the replacement character.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1