|   | UInt | 
 Syntax
Syntax Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentNullException | value cannot be null. | 
| ArgumentOutOfRangeException | startIndex is greater than value length. | 
| ArgumentException | value length from startIndex is too small to represent a UInt24. | 
 Remarks
RemarksYou can use this constructor in-lieu of a System.BitConverter.ToUInt24 function.
Bytes endian order assumed to match that of currently executing process architecture (little-endian on Intel platforms).
 See Also
See Also