Base64.GetDecoder Method

Definition

Returns a Decoder that decodes using the <a href="#basic">Basic</a> type base64 encoding scheme.

[Android.Runtime.Register("getDecoder", "()Ljava/util/Base64$Decoder;", "", ApiSince=26)]
public static Java.Util.Base64.Decoder? GetDecoder ();
[<Android.Runtime.Register("getDecoder", "()Ljava/util/Base64$Decoder;", "", ApiSince=26)>]
static member GetDecoder : unit -> Java.Util.Base64.Decoder

Returns

A Base64 decoder.

Attributes

Remarks

Java documentation for java.util.Base64.getDecoder().

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