Share via


IsBigEndian Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value that indicates whether the system is big endian.

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Public Shared ReadOnly Property IsBigEndian As Boolean
public static bool IsBigEndian { get; }
public:
static property bool IsBigEndian {
    bool get ();
}
static member IsBigEndian : bool with get
static function get IsBigEndian () : boolean

Property Value

Type: System. . :: . .Boolean
true is the system is big endian; otherwise, false.

.NET Framework Security

See Also

Reference

SystemInfo Class

Microsoft.SPOT.Hardware Namespace