Options for converting byte arrays.
- Namespace
- CsvHelper
.TypeConversion - Interfaces
-
- IComparable
- ISpanFormattable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["ISpanFormattable"]
Type-.->Interface2["IFormattable"]
Type-.->Interface3["IConvertible"]
Type["ByteArrayConverterOptions"]
class Type type-node
Syntax
[Flags]
public enum ByteArrayConverterOptions
Attributes
Type | Description |
---|---|
Flags |
Fields
Name | Field Type | Constant Value | Summary |
---|---|---|---|
Base64 | Byte |
2 |
Base64 encoding.
static
|
Hexadecimal | Byte |
1 |
Hexadecimal encoding.
static
|
HexDashes | Byte |
4 |
Use dashes in between hex values.
static
|
HexInclude0x | Byte |
8 |
Prefix hex number with 0x.
static
|
None | Byte |
0 |
No options.
static
|