 | ConversionByteArrayToStringASCII Method |
Convert an array of bytes to string ASCII
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static string ByteArrayToStringASCII(
byte[] array
)
Public Shared Function ByteArrayToStringASCII (
array As Byte()
) As String
Parameters
- array
- Type: SystemByte
Bytes array to convert
Return Value
Type:
StringConverted string from bytes array
See Also