Class EndianOptions
Configuration options for BitConverter.
Implements
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public class EndianOptions : IParameterObject
Constructors
| Improve this Doc View SourceEndianOptions()
Initializes a new instance of the EndianOptions class.
Declaration
public EndianOptions()
Remarks
The following table shows the initial property values for an instance of EndianOptions.
Property | Initial Value |
---|---|
ByteOrder |
|
Properties
| Improve this Doc View SourceByteOrder
Gets or sets the endian byte order enumeration.
Declaration
public Endianness ByteOrder { get; set; }
Property Value
Type | Description |
---|---|
Endianness | The byte order enumeration. |