BTUtils.ByteArrayToString Method
Converts byte array to string using ASCII encoding
[Visual Basic]
Public Shared Function ByteArrayToString( _
ByVal
dBytes As
Byte() _
) As
String
[C#]
public static
string ByteArrayToString(
byte[] dBytes);
Parameters
-
dBytes
- bytes to convert
Return Value
string created
See Also
BTUtils Class | BlueLibs Namespace