Base64.UrlSafe フィールド

定義

注意事項

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

+/の代わりに-_が使用されている Base64 の "URL とファイル名セーフ" バリアントを使用することを示すエンコーダー/デコーダー フラグ ビット (RFC 3548 セクション 4 を参照)。

[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.", true)]
public const Android.Util.Base64Flags UrlSafe = 8;
[<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.", true)>]
val mutable UrlSafe : Android.Util.Base64Flags

フィールド値

Value = 8
属性

注釈

+/の代わりに-_が使用されている Base64 の "URL とファイル名セーフ" バリアントを使用することを示すエンコーダー/デコーダー フラグ ビット (RFC 3548 セクション 4 を参照)。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象