Base64.MimeDecoder Property

Definition

Returns a Decoder that decodes using the <a href="#mime">MIME</a> type base64 decoding scheme.

public static Java.Util.Base64.Decoder? MimeDecoder { [Android.Runtime.Register("getMimeDecoder", "()Ljava/util/Base64$Decoder;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getMimeDecoder", "()Ljava/util/Base64$Decoder;", "", ApiSince=26)>]
static member MimeDecoder : Java.Util.Base64.Decoder

Property Value

A Base64 decoder.

Attributes

Remarks

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

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