Base64.NoPadding フィールド

定義

注意事項

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

出力の末尾にある埋め込み '=' 文字を省略するエンコーダー フラグ ビット (存在する場合)。

[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

フィールド値

Value = 1
属性

注釈

出力の末尾にある埋め込み '=' 文字を省略するエンコーダー フラグ ビット (存在する場合)。

の Java ドキュメント android.util.Base64.NO_PADDING

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

適用対象