Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Microsoft
Identity
Client
Internal
Base64UrlEncoder
C# Class Microsoft.Identity.Client.Internal.Base64UrlEncoder
显示文件
Open project: AzureAD/microsoft-authentication-library-for-dotnet
Class Usage Examples
Public Methods
Method
Description
DecodeBytes
(
string
arg
) :
byte[]
Encode
(
string
arg
) :
string
Private Methods
Method
Description
Encode
(
byte
arg
) :
string
Method Details
DecodeBytes()
public
static
method
public
static
DecodeBytes
(
string
arg
) :
byte[]
arg
string
return
byte[]
Encode()
public
static
method
public
static
Encode
(
string
arg
) :
string
arg
string
return
string