Base64.GetEncoder Method
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="#basic">Basic</a> type base64 encoding scheme.
[Android.Runtime.Register("getEncoder", "()Ljava/util/Base64$Encoder;", "", ApiSince=26)]
public static Java.Util.Base64.Encoder? GetEncoder ();
[<Android.Runtime.Register("getEncoder", "()Ljava/util/Base64$Encoder;", "", ApiSince=26)>]
static member GetEncoder : unit -> Java.Util.Base64.Encoder
Returns
A Base64 encoder.
- Attributes
Remarks
Java documentation for java.util.Base64.getEncoder()
.
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.