C# 클래스 BattleNET.Helpers

파일 보기 프로젝트 열기: marceldev89/BattleNET 1 사용 예제들

공개 메소드들

메소드 설명
Bytes2String ( byte bytes ) : string
Bytes2String ( byte bytes, int index, int count ) : string
EnumValueOf ( string value, Type enumType ) : object
Hex2Ascii ( string hexString ) : string
String2Bytes ( string s ) : byte[]
StringValueOf ( Enum value ) : string

메소드 상세

Bytes2String() 공개 정적인 메소드

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

Bytes2String() 공개 정적인 메소드

public static Bytes2String ( byte bytes, int index, int count ) : string
bytes byte
index int
count int
리턴 string

EnumValueOf() 공개 정적인 메소드

public static EnumValueOf ( string value, Type enumType ) : object
value string
enumType System.Type
리턴 object

Hex2Ascii() 공개 정적인 메소드

public static Hex2Ascii ( string hexString ) : string
hexString string
리턴 string

String2Bytes() 공개 정적인 메소드

public static String2Bytes ( string s ) : byte[]
s string
리턴 byte[]

StringValueOf() 공개 정적인 메소드

public static StringValueOf ( Enum value ) : string
value System.Enum
리턴 string