Utils GetValueStr Method Fling OS
Converts the specified bytes to their human-readable representation

Namespace: Kernel.Debug.Debugger
Assembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string GetValueStr(
	byte[] bytes,
	string type = null
)

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: String
The value string.
See Also