Padded to > Sized As
Use the Bytes.
property to specify that padding is measured in either bytes or characters. The default setting isTrace file and audit log lengths are always reported in bytes.
Scenario for empty field: | Result: |
---|---|
Data language is UTF-8 = À (hexadecimal representation = 0xC3 0x80) = Fixed Size = 5 = Bytes |
Two À pad characters using 4 bytes. |
Data language is UTF-8 = À (hexadecimal representation = 0xC3 0x80) = Fixed Size = 5 = Characters |
Five À pad characters totaling 10 UTF-8 bytes. |