 | ConversionBytesArrayToString Method |
Convert a byte array into a string
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static string BytesArrayToString(
byte[] bytes
)
Public Shared Function BytesArrayToString (
bytes As Byte()
) As String
Parameters
- bytes
- Type: SystemByte
Byte array to convert
Return Value
Type:
StringConverted string object
See Also