HexFormat

Represents hexadecimal format options.

To create a new HexFormat use HexFormat function.

Since Kotlin

1.9

Types

Link copied to clipboard
class Builder

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

Since Kotlin 1.9
Link copied to clipboard

Represents hexadecimal format options for formatting and parsing ByteArray.

Since Kotlin 1.9
Link copied to clipboard
object Companion
Since Kotlin 1.9
Link copied to clipboard

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

Since Kotlin 1.9

Properties

Link copied to clipboard

Specifies hexadecimal format used for formatting and parsing ByteArray.

Since Kotlin 1.9
Link copied to clipboard

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

Since Kotlin 1.9
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.

Since Kotlin 1.9

Functions

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