Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Electro
Utils
ByteArrayUtils
C# Class Electro.Utils.ByteArrayUtils
Mostrar archivo
Open project: HackerDom/ructfe-2015
Public Methods
Method
Description
ToHex
(
this
bytes
) :
string
ToHex
(
this
bytes
,
int
offset
,
int
count
) :
string
Method Details
ToHex()
public
static
method
public
static
ToHex
(
this
bytes
) :
string
bytes
this
return
string
ToHex()
public
static
method
public
static
ToHex
(
this
bytes
,
int
offset
,
int
count
) :
string
bytes
this
offset
int
count
int
return
string