Java.Util.Logging.Handler.Encoding Property
Gets the character encoding used by this handler, null for default encoding.

Syntax

[get: Android.Runtime.Register("getEncoding", "()Ljava/lang/String;", "GetGetEncodingHandler")]
[set: Android.Runtime.Register("setEncoding", "(Ljava/lang/String;)V", "GetSetEncoding_Ljava_lang_String_Handler")]
public virtual string Encoding { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.UnsupportedEncodingExceptionif charsetName is not supported.
Java.IO.UnsupportedEncodingExceptionif charsetName is not supported.
Java.IO.UnsupportedEncodingExceptionif charsetName is not supported.
Java.IO.UnsupportedEncodingExceptionif charsetName is not supported.
Java.IO.UnsupportedEncodingExceptionif charsetName is not supported.

Remarks

Get method documentation [Android Documentation]

Gets the character encoding used by this handler, null for default encoding.

Set method documentation [Android Documentation]

Sets the character encoding used by this handler, null indicates a default encoding.

Requirements

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