C# Class Base.ByteHelper

Afficher le fichier Open project: egametang/Egametang

Méthodes publiques

Méthode Description
Reverse ( this bytes ) : byte[]
ToHex ( this b ) : string
ToHex ( this bytes, int offset, int count ) : string
ToHex ( this bytes, string format ) : string
ToStr ( this bytes ) : string
Utf8ToStr ( this bytes ) : string

Method Details

Reverse() public static méthode

public static Reverse ( this bytes ) : byte[]
bytes this
Résultat byte[]

ToHex() public static méthode

public static ToHex ( this b ) : string
b this
Résultat string

ToHex() public static méthode

public static ToHex ( this bytes, int offset, int count ) : string
bytes this
offset int
count int
Résultat string

ToHex() public static méthode

public static ToHex ( this bytes, string format ) : string
bytes this
format string
Résultat string

ToStr() public static méthode

public static ToStr ( this bytes ) : string
bytes this
Résultat string

Utf8ToStr() public static méthode

public static Utf8ToStr ( this bytes ) : string
bytes this
Résultat string