ByteArrayFormat Enumeration |
Defines the format used when converting an array of bytes to its equivalent string representation and vice versa.
Namespace:
TB.ComponentModel
Assembly:
UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax public enum ByteArrayFormat
Members
| Member name | Value | Description |
---|
| None | 0 |
No format -> no special conversion.
|
| Base64 | 1 |
Base64 without line breaks.
|
| Base64WithLineBreaks | 2 |
Base64 with line breaks after every 76 characters in the string representation.
|
See Also