Base64.NoWrap フィールド

定義

注意事項

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

すべての行ターミネータを省略するエンコーダー フラグ ビット (i.

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

フィールド値

Value = 2
属性

注釈

すべての行ターミネータを省略するエンコーダー フラグ ビット (つまり、出力は 1 行の長い行に出力されます)。

Javaドキュメント。

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

適用対象