다음을 통해 공유


Base64UrlTextEncoder.Encode(Byte[]) 메서드

정의

제공된 데이터를 Base64로 인코딩하고 URL 인코딩 가능한 문자를 URL 인코딩할 수 없는 문자로 바꿉니다.

public:
 static System::String ^ Encode(cli::array <System::Byte> ^ data);
public static string Encode (byte[] data);
static member Encode : byte[] -> string
Public Shared Function Encode (data As Byte()) As String

매개 변수

data
Byte[]

인코딩할 데이터입니다.

반환

URL 인코딩할 수 없는 문자로 수정된 Base64 인코딩 문자열

적용 대상