CharsetDecoder.Charset Method

Definition

Returns the charset that created this decoder.

[Android.Runtime.Register("charset", "()Ljava/nio/charset/Charset;", "")]
public Java.Nio.Charset.Charset? Charset ();
[<Android.Runtime.Register("charset", "()Ljava/nio/charset/Charset;", "")>]
member this.Charset : unit -> Java.Nio.Charset.Charset

Returns

This decoder's charset

Attributes

Remarks

Returns the charset that created this decoder.

Java documentation for java.nio.charset.CharsetDecoder.charset().

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