Charset.AvailableCharsets Method

Definition

Constructs a sorted map from canonical charset names to charset objects.

[Android.Runtime.Register("availableCharsets", "()Ljava/util/SortedMap;", "")]
public static System.Collections.Generic.IDictionary<string,Java.Nio.Charset.Charset>? AvailableCharsets ();
[<Android.Runtime.Register("availableCharsets", "()Ljava/util/SortedMap;", "")>]
static member AvailableCharsets : unit -> System.Collections.Generic.IDictionary<string, Java.Nio.Charset.Charset>

Returns

IDictionary<String,Charset>

An immutable, case-insensitive map from canonical charset names to charset objects

Attributes

Remarks

Java documentation for java.nio.charset.Charset.availableCharsets().

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