CodingErrorAction.Ignore Property

Definition

Action indicating that a coding error is to be handled by dropping the erroneous input and resuming the coding operation.

[Android.Runtime.Register("IGNORE")]
public static Java.Nio.Charset.CodingErrorAction? Ignore { get; }
[<Android.Runtime.Register("IGNORE")>]
static member Ignore : Java.Nio.Charset.CodingErrorAction

Property Value

Attributes

Remarks

Action indicating that a coding error is to be handled by dropping the erroneous input and resuming the coding operation.

Java documentation for java.nio.charset.CodingErrorAction.IGNORE.

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.

Applies to