HttpServerUtilityWrapper.UrlTokenDecode(String) 메서드

정의

base64 숫자를 사용하여 URL 문자열 토큰을 동등한 바이트 배열로 디코딩합니다.

public:
 override cli::array <System::Byte> ^ UrlTokenDecode(System::String ^ input);
public override byte[] UrlTokenDecode(string input);
override this.UrlTokenDecode : string -> byte[]
Public Overrides Function UrlTokenDecode (input As String) As Byte()

매개 변수

input
String

디코딩할 URL 문자열 토큰입니다.

반품

Byte[]

디코딩된 URL 문자열 토큰을 포함하는 바이트 배열입니다.

예외

매개 변수의 input 값은 .입니다 null.

적용 대상