Method | Description | |
---|---|---|
Bytes2String ( byte bytes ) : string | ||
Bytes2String ( byte bytes, int index, int count ) : string | ||
EnumValueOf ( string value, |
||
Hex2Ascii ( string hexString ) : string | ||
String2Bytes ( string s ) : byte[] | ||
StringValueOf ( |
public static Bytes2String ( byte bytes ) : string | ||
bytes | byte | |
return | string |
public static Bytes2String ( byte bytes, int index, int count ) : string | ||
bytes | byte | |
index | int | |
count | int | |
return | string |
public static EnumValueOf ( string value, |
||
value | string | |
enumType | ||
return | object |
public static Hex2Ascii ( string hexString ) : string | ||
hexString | string | |
return | string |
public static String2Bytes ( string s ) : byte[] | ||
s | string | |
return | byte[] |
public static StringValueOf ( |
||
value | ||
return | string |