Share via


Base64.UrlDecoder Property

Definition

Returns a Decoder that decodes using the <a href="#url">URL and Filename safe</a> type base64 encoding scheme.

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

Property Value

A Base64 decoder.

Attributes

Remarks

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

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