Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Microsoft
Identity
Client
Internal
Base64UrlEncoder
C# 클래스 Microsoft.Identity.Client.Internal.Base64UrlEncoder
파일 보기
프로젝트 열기: AzureAD/microsoft-authentication-library-for-dotnet
1 사용 예제들
공개 메소드들
메소드
설명
DecodeBytes
(
string
arg
) :
byte[]
Encode
(
string
arg
) :
string
비공개 메소드들
메소드
설명
Encode
(
byte
arg
) :
string
메소드 상세
DecodeBytes()
공개
정적인
메소드
public
static
DecodeBytes
(
string
arg
) :
byte[]
arg
string
리턴
byte[]
Encode()
공개
정적인
메소드
public
static
Encode
(
string
arg
) :
string
arg
string
리턴
string