Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Authentiqr
NET
Code
Hex
C# Class Authentiqr.NET.Code.Hex
Exibir arquivo
Open project: richard-green/LCGoogleApps
Public Methods
Method
Description
Decode
(
string
hex
) :
byte[]
Encode
(
byte
data
) :
string
Method Details
Decode()
public
static
method
public
static
Decode
(
string
hex
) :
byte[]
hex
string
return
byte[]
Encode()
public
static
method
public
static
Encode
(
byte
data
) :
string
data
byte
return
string