Show / Hide Table of Contents

Class EndianOptions

Configuration options for BitConverter.

Inheritance
Object
EndianOptions
ConvertibleOptions
Implements
IParameterObject
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public class EndianOptions : IParameterObject

Constructors

| Improve this Doc View Source

EndianOptions()

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.

PropertyInitial Value
ByteOrder
BitConverter.IsLittleEndian ? Endianness.LittleEndian : Endianness.BigEndian;

Properties

| Improve this Doc View Source

ByteOrder

Gets or sets the endian byte order enumeration.

Declaration
public Endianness ByteOrder { get; set; }
Property Value
Type Description
Endianness

The byte order enumeration.

Implements

IParameterObject

See Also

IParameterObject
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX