Android.Util.Base64.UrlSafe Field
Encoder/decoder flag bit to indicate using the "URL and filename safe" variant of Base64 (see RFC 3548 section 4) where - and _ are used in place of + and /.

Value: 8

Syntax

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

Remarks

Encoder/decoder flag bit to indicate using the "URL and filename safe" variant of Base64 (see RFC 3548 section 4) where - and _ are used in place of + and /.

[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