Java.IO.OutputStreamWriter.Encoding Property
Returns the canonical name of the encoding used by this writer to convert characters to bytes, or null if this writer has been closed.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Returns the canonical name of the encoding used by this writer to convert characters to bytes, or null if this writer has been closed. Most callers should probably keep track of the String or Charset they passed in; this method may not return the same name.

[Android Documentation]

Requirements

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