Android.Util.Base64.NoWrap Field
Encoder flag bit to omit all line terminators (i.e., the output will be on one long line).

Value: 2

Syntax

[Android.Runtime.Register("NO_WRAP")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Util.Base64Flags enum directly instead of this field.")]
public const Base64Flags NoWrap

Remarks

Encoder flag bit to omit all line terminators (i.e., the output will be on one long line).

[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