Base64.Default Field

Definition

Caution

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

Default values for encoder/decoder flags.

[Android.Runtime.Register("DEFAULT")]
[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 Default = 0;
[<Android.Runtime.Register("DEFAULT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Util.Base64Flags enum directly instead of this field.", true)>]
val mutable Default : Android.Util.Base64Flags

Field Value

Value = 0
Attributes

Remarks

Default values for encoder/decoder flags.

Java documentation for android.util.Base64.DEFAULT.

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