HexaDump.Options
Namespace: SnowBank.Text · enum
Implements: IComparable, ISpanFormattable, IFormattable, IConvertible
Formatting options
Fields
Default
Default = 0
Standard display
DoubleWidth
DoubleWidth = 128
IdentWithSpaces
IdentWithSpaces = 64
NoFooter
NoFooter = 4
Do not add any footers
NoHeader
NoHeader = 2
Do not add any headers
NoPreview
NoPreview = 1
Do not display the ASCII preview
OmitLastNewLine
OmitLastNewLine = 32
Do not include the last \r\n for the last line
Allows WriteLine(HexaDump.Format(...)) to dump to the console or log, without adding an extra new line
ShowBytesDistribution
ShowBytesDistribution = 8
Display the byte distribution graph
Text
Text = 16
The content is most probably text