Base64.UrlEncoder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Encoder
that encodes using the
<a href="#url">URL and Filename safe</a> type base64
encoding scheme.
public static Java.Util.Base64.Encoder? UrlEncoder { [Android.Runtime.Register("getUrlEncoder", "()Ljava/util/Base64$Encoder;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getUrlEncoder", "()Ljava/util/Base64$Encoder;", "", ApiSince=26)>]
static member UrlEncoder : Java.Util.Base64.Encoder
Property Value
A Base64 encoder.
- Attributes
Remarks
Java documentation for java.util.Base64.getUrlEncoder()
.
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.