C# Class DemoCommon.Helper

Afficher le fichier Open project: dreamanlan/CSharpGameFramework

Méthodes publiques

Méthode Description
BinToHex ( byte bytes ) : string
BinToHex ( byte bytes, int start ) : string
BinToHex ( byte bytes, int start, int count ) : string
LogCallStack ( ) : void
LogCallStack ( bool useErrorLog ) : void

Method Details

BinToHex() public static méthode

public static BinToHex ( byte bytes ) : string
bytes byte
Résultat string

BinToHex() public static méthode

public static BinToHex ( byte bytes, int start ) : string
bytes byte
start int
Résultat string

BinToHex() public static méthode

public static BinToHex ( byte bytes, int start, int count ) : string
bytes byte
start int
count int
Résultat string

LogCallStack() public static méthode

public static LogCallStack ( ) : void
Résultat void

LogCallStack() public static méthode

public static LogCallStack ( bool useErrorLog ) : void
useErrorLog bool
Résultat void