HexFormat

Represents hexadecimal format options.

To create a new HexFormat use HexFormat function.

Types

Link copied to clipboard
class Builder

A context for building a HexFormat. Provides API for configuring format options.

Link copied to clipboard

Represents hexadecimal format options for formatting and parsing ByteArray.

Link copied to clipboard
object Companion
Link copied to clipboard

Represents hexadecimal format options for formatting and parsing a numeric value.

Properties

Link copied to clipboard

Specifies hexadecimal format used for formatting and parsing ByteArray.

Link copied to clipboard

Specifies hexadecimal format used for formatting and parsing a numeric value.

Link copied to clipboard

Specifies whether upper case hexadecimal digits 0-9, A-F should be used for formatting. If false, lower case hexadecimal digits 0-9, a-f will be used.

Functions

Link copied to clipboard
open override fun toString(): String