언어

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
특성

설명

인코더 플래그 비트는 모든 줄 종결자를 생략합니다(즉, 출력은 하나의 긴 줄에 있음).

에 대한 android.util.Base64.NO_WRAPJava 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상