Namespace Cosmos.Common.Extensions
Classes
ByteConverter
Contains various helper methods to store UInt value into byte array. The UInt value would be stored in LittleEndian format.
ToHexString
Contains various helper methods to convert ints to hex represented by string. Supported types:
- byte.
- ushort.
- int.
- uint.
- ulong.