다음을 통해 공유


WebEncoders.GetArraySizeRequiredToDecode(Int32) 메서드

정의

메서드를 사용하여 문자를 Base64UrlDecode(String, Int32, Char[], Int32, Int32) 디코딩하는 count 데 필요한 최소 char[] 크기를 가져옵니다.

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

매개 변수

count
Int32

디코딩할 문자 수입니다.

반환

문자 디코딩에 필요한 최소 char[] 크기입니다 count .

적용 대상