閱讀英文

共用方式為


ByteOrder.Type

定義

指定位元組順序。

允許的值

名稱 數值 Description
ByteOrder.LittleEndian 0 在位元組由小到大的位元組順序中,最先顯示最低位元組。
ByteOrder.BigEndian 1 依位元組由大到小順序,先顯示最大顯著性位元組。

備註

此列舉允許的值是 BinaryFormat.ByteOrderbyteOrder 參數的可能值。

適用於