'Declaration Public ReadOnly Property ParityData As Byte
public byte ParityData { get; }
public: __property byte get_ParityData();
public:property byte ParityData { byte get(); }
The parity data is a value obtained by XORing byte by byte the byte values of all the original input data before division into symbol blocks.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
QRStructuredAppendCharacter Class QRStructuredAppendCharacter Members