C# Class DemoCommon.Helper

Mostrar archivo Open project: dreamanlan/CSharpGameFramework

Public Methods

Method 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 method

public static BinToHex ( byte bytes ) : string
bytes byte
return string

BinToHex() public static method

public static BinToHex ( byte bytes, int start ) : string
bytes byte
start int
return string

BinToHex() public static method

public static BinToHex ( byte bytes, int start, int count ) : string
bytes byte
start int
count int
return string

LogCallStack() public static method

public static LogCallStack ( ) : void
return void

LogCallStack() public static method

public static LogCallStack ( bool useErrorLog ) : void
useErrorLog bool
return void