Android.Util.Base64.NoPadding Field
Encoder flag bit to omit the padding '=' characters at the end of the output (if any).

Value: 1

Syntax

[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.")]
public const Base64Flags NoPadding

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8