C# 클래스 DemoCommon.Helper

파일 보기 프로젝트 열기: dreamanlan/CSharpGameFramework

공개 메소드들

메소드 설명
BinToHex ( byte bytes ) : string
BinToHex ( byte bytes, int start ) : string
BinToHex ( byte bytes, int start, int count ) : string
LogCallStack ( ) : void
LogCallStack ( bool useErrorLog ) : void

메소드 상세

BinToHex() 공개 정적인 메소드

public static BinToHex ( byte bytes ) : string
bytes byte
리턴 string

BinToHex() 공개 정적인 메소드

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

BinToHex() 공개 정적인 메소드

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

LogCallStack() 공개 정적인 메소드

public static LogCallStack ( ) : void
리턴 void

LogCallStack() 공개 정적인 메소드

public static LogCallStack ( bool useErrorLog ) : void
useErrorLog bool
리턴 void