Java.Nio.Charset.CharsetDecoder.ImplReplaceWith Method
Notifies that this decoder's replacement has been changed.

Syntax

[Android.Runtime.Register("implReplaceWith", "(Ljava/lang/String;)V", "GetImplReplaceWith_Ljava_lang_String_Handler")]
protected virtual void ImplReplaceWith (string newReplacement)

Parameters

newReplacement
the new replacement string.

Remarks

Notifies that this decoder's replacement has been changed. The default implementation does nothing; this method can be overridden if needed.

[Android Documentation]

Requirements

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