Java.Nio.Charset.Charset.IsSupported Method
Determines whether the specified charset is supported by this runtime.

Syntax

[Android.Runtime.Register("isSupported", "(Ljava/lang/String;)Z", "")]
public static bool IsSupported (string charsetName)

Parameters

charsetName
the name of the charset.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Nio.Charset.IllegalCharsetNameExceptionif the specified charset name is illegal.

Remarks

Determines whether the specified charset is supported by this runtime.

[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