Gets or sets the expected endianness of integral value types.

Namespace:  Bespoke.Common.Net
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public bool LittleEndianByteOrder { get; set; }
Visual Basic (Declaration)
Public Property LittleEndianByteOrder As Boolean
Visual C++
public:
property bool LittleEndianByteOrder {
	bool get ();
	void set (bool value);
}

See Also