HexFormat
Types
Builder
A context for building a HexFormat . Provides API for configuring format options.
class
Builder
BytesHexFormat
Represents hexadecimal format options for formatting and parsing
ByteArray
.
class
BytesHexFormat
NumberHexFormat
Represents hexadecimal format options for formatting and parsing a numeric value.
class
NumberHexFormat
Properties
bytes
Specifies hexadecimal format used for formatting and parsing
ByteArray
.
val
bytes
:
BytesHexFormat
number
Specifies hexadecimal format used for formatting and parsing a numeric value.
val
number
:
NumberHexFormat
upperCase
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.
val
upperCase
:
Boolean
Functions
toString
Returns a string representation of the object.
fun
toString
(
)
:
String