Java.Nio.Charset.Charset.Name Method
Returns the canonical name of this charset.

Syntax

[Android.Runtime.Register("name", "()Ljava/lang/String;", "")]
public string Name ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the canonical name of this charset.

If a charset is in the IANA registry, this will be the MIME-preferred name (a charset may have multiple IANA-registered names). Otherwise the canonical name will begin with "x-" or "X-".

[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