Base64.Crlf Field

Definition

Caution

This constant will be removed in the future version. Use Android.Util.Base64Flags enum directly instead of this field.

Encoder flag bit to indicate lines should be terminated with a CRLF pair instead of just an LF.

[Android.Runtime.Register("CRLF")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Util.Base64Flags enum directly instead of this field.", true)]
public const Android.Util.Base64Flags Crlf = 4;
[<Android.Runtime.Register("CRLF")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Util.Base64Flags enum directly instead of this field.", true)>]
val mutable Crlf : Android.Util.Base64Flags

Field Value

Value = 4
Attributes

Remarks

Encoder 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.

Java documentation for android.util.Base64.CRLF.

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