Converts the specified bytes to their human-readable representation
Namespace: Kernel.Debug.DebuggerAssembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- bytes
- Type: System Byte
The bytes to convert.
- type (Optional)
- Type: System String
The type-signature of the type represented by the bytes.
Return Value
Type: StringThe value string.
See Also