using System;class LittleEndDemo{ public static void Main( ) { Console.WriteLine( "IsLittleEndian: {0}", BitConverter.IsLittleEndian ); }}