Base64.NoPadding 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 omit the padding '=' characters at the end of the output (if any).

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

Field Value

Value = 1
Attributes

Remarks

Encoder flag bit to omit the padding '=' characters at the end of the output (if any).

Java documentation for android.util.Base64.NO_PADDING.

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