01.
byte
[] bytes = { 0, 0, 0, 25 };
02.
03.
// If the system architecture is little-endian (that is, little end first),
04.
// reverse the byte array.
05.
if
(BitConverter.IsLittleEndian)
06.
Array.Reverse(bytes);
07.
08.
int
i = BitConverter.ToInt32(bytes, 0);
09.
Console.WriteLine(
"int: {0}"
, i);
10.
// Output: int: 25
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง