다음을 통해 공유


WebEncoders.GetArraySizeRequiredToEncode(Int32) 메서드

정의

메서드를 사용하여 를 Base64UrlEncode(Byte[], Int32, Char[], Int32, Int32) 인코딩하는Bytecount 데 필요한 최소 출력 char[] 크기를 가져옵니다.

public:
 static int GetArraySizeRequiredToEncode(int count);
public static int GetArraySizeRequiredToEncode (int count);
static member GetArraySizeRequiredToEncode : int -> int
Public Shared Function GetArraySizeRequiredToEncode (count As Integer) As Integer

매개 변수

count
Int32

인코딩할 문자 수입니다.

반환

인코딩countByte에 필요한 최소 출력 char[] 크기입니다.

적용 대상