DataWriter.ByteOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the byte order of the data in the output stream.
public:
property ByteOrder ByteOrder { ByteOrder get(); void set(ByteOrder value); };
ByteOrder ByteOrder();
void ByteOrder(ByteOrder value);
public ByteOrder ByteOrder { get; set; }
var byteOrder = dataWriter.byteOrder;
dataWriter.byteOrder = byteOrder;
Public Property ByteOrder As ByteOrder
Property Value
One of the enumeration values.