Discuss this help topic in SecureBlackbox Forum

TElXMLUnicodeCodec.BigEndian

TElXMLUnicodeCodec     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


This property specifies if the data is written in big-endian byte order.

Declaration

[C#/Java]
    bool BigEndian;

[VB.NET]
    Property BigEndian As Boolean

[Pascal]
    property BigEndian : boolean;

[C++]
    bool get_BigEndian();
    void set_BigEndian(bool Value);

[PHP]
    bool get_BigEndian()
    void set_BigEndian(bool $Value)

Description

     Use this property to retrieve or set byte order of the data being written. Byte order defines, how the multibyte characters are written to the stream. Windows and .NET platforms are little-endian, while Java and MacOS/PowerPC are big-endian.

Discuss this help topic in SecureBlackbox Forum