Click or drag to resize
ConversionBytesArrayToString Method
Convert a byte array into a string

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static string BytesArrayToString(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
Byte array to convert

Return Value

Type: String
Converted string object
See Also