Click or drag to resize

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
C#
public enum ByteArrayFormat
Members
  Member nameValueDescription
None0 No format -> no special conversion.
Base641 Base64 without line breaks.
Base64WithLineBreaks2 Base64 with line breaks after every 76 characters in the string representation.
See Also