Table of Contents

Enum ByteArrayConverterOptions

Namespace
CsvHelper.TypeConversion
Assembly
CsvHelper.dll

Options for converting byte arrays.

[Flags]
public enum ByteArrayConverterOptions

Fields

Base64 = 2

Base64 encoding.

HexDashes = 4

Use dashes in between hex values.

HexInclude0x = 8

Prefix hex number with 0x.

Hexadecimal = 1

Hexadecimal encoding.

None = 0

No options.