Encoding |
public enum EncodingConstraint
Member name | Value | Description |
---|---|---|
None | 0 | There are no encoding constraints, the content may contain any byte. |
EightBit | 1 | The content may contain bytes with the high bit set, but must not contain any zero-bytes. |
SevenBit | 2 | The content may only contain bytes within the 7-bit ASCII range. |