The HexFormat type exposes the following members.

Properties

  NameDescription
Public propertyShowPrefix
Gets or sets a value indicating whether the format adds a '0x' prefix to a hexadecimal string.
Public propertyShowZero
Gets or sets a value indicating whether the format will display '0' or '0x0' when the value is zero.

See Also