HexDumper.OnlyPrintReadable Property
If true, only readable characters are in the output. Non-readable characters are replaced with the pound sign (#) in the dump. The default value is false.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static bool OnlyPrintReadable { get; set; }
public:
property bool OnlyPrintReadable {
static bool get();
static void set(bool value);
}
Public Shared Property OnlyPrintReadable As Boolean
Property Value
Type: System.Boolean
If true, only readable characters will be output. Non-readable characters will be replaced with '#' in the dump. The default value is false, which will print potentially unreadable characters as-is.
See Also
HexDumper Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top