Click or drag to resize

ConversionOptionsByteArrayFormat Property

Defines the format used when converting an array of bytes to its equivalent string representation and vice versa. The default format is Base64.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public ByteArrayFormat ByteArrayFormat { get; set; }

Property Value

Type: ByteArrayFormat

Implements

IConversionOptionsByteArrayFormat
See Also