Android.Util.Base64Flags Enumeration
Enumerates values returned by several types and taken as a parameter of several types.

Syntax

[System.Flags]
public enum Base64Flags

Remarks

Enumerates values returned by the following: and taken as a parameter of the following: .

Members

Member NameDescription
CrlfEncoder flag bit to indicate lines should be terminated with a CRLF pair instead of just an LF. Has no effect if NO_WRAP is specified as well.
DefaultDefault values for encoder/decoder flags.
NoCloseFlag to pass to Android.Util.Base64OutputStream to indicate that it should not close the output stream it is wrapping when it itself is closed.
NoPaddingEncoder flag bit to omit the padding '=' characters at the end of the output (if any).
NoWrapEncoder flag bit to omit all line terminators (i.e., the output will be on one long line).
UrlSafeEncoder/decoder flag bit to indicate using the "URL and filename safe" variant of Base64 (see RFC 3548 section 4) where - and _ are used in place of + and /.

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0