Show / Hide Table of Contents

Enum Common.ByteUnitType

Enumerates the types of units that can be used to represent large amounts of bytes.

Namespace: TheXDS.MCART.Helpers
Assembly: MCART.dll
Syntax
[Flags]
public enum Common.ByteUnitType : byte

Fields

Name Description
Binary

Binary numbering. Each order of magnitude is equivalent to 1024 of the lower one.

BinaryLong

Binary numbering with long name. Each order of magnitude is equivalent to 1024 of the lower one.

Decimal

Decimal numbering. Each order of magnitude is equivalent to 1000 of the lower one.

DecimalLong

Decimal numbering with long name. Each order of magnitude is equivalent to 1000 of the lower one.

Extension Methods

EnumExtensions.GetAttribute<T>(Enum)
EnumExtensions.GetAttributes<T>(Enum)
EnumExtensions.HasAttrValue<TAttribute, TValue>(Enum, out TValue)
EnumExtensions.HasAttribute<T>(Enum)
EnumExtensions.HasAttribute<T>(Enum, out T)
EnumExtensions.HasAttributes<T>(Enum, out IEnumerable<T>)
EnumExtensions.NameOf(Enum)
EnumExtensions.ToBytes(Enum)
EnumExtensions.ToUnderlyingType(Enum)
Objects.ShallowCopyTo(object, object, Type)
ObjectExtensions.FieldsOf<T>(object)
ObjectExtensions.GetAttribute<T>(object)
ObjectExtensions.GetAttributes<T>(object)
ObjectExtensions.HasAttrValue<TAttribute, TValue>(object, out TValue)
ObjectExtensions.HasAttribute<T>(object)
ObjectExtensions.HasAttribute<T>(object, out T)
ObjectExtensions.HasAttributes<T>(object, out IEnumerable<T>)
ObjectExtensions.Is(object, object)
ObjectExtensions.IsEither(object, IEnumerable)
ObjectExtensions.IsEither(object, params object[])
ObjectExtensions.IsNeither(object, IEnumerable)
ObjectExtensions.IsNeither(object, params object[])
ObjectExtensions.IsNot(object, object)
ObjectExtensions.PropertiesOf<T>(object)
ObjectExtensions.WhichAre(object, IEnumerable<object>)
ObjectExtensions.WhichAre(object, params object[])
Objects.Itself<Common.ByteUnitType>(Common.ByteUnitType)
Objects.ShallowClone<Common.ByteUnitType>(Common.ByteUnitType)
Objects.ShallowCopyTo<Common.ByteUnitType>(Common.ByteUnitType, Common.ByteUnitType)
CollectionExtensions.PushInto<Common.ByteUnitType, TCollection>(Common.ByteUnitType, ICollection<TCollection>)
DictionaryExtensions.PushInto<TKey, Common.ByteUnitType>(Common.ByteUnitType, TKey, IDictionary<TKey, Common.ByteUnitType>)
EnumExtensions.ToUnderlyingType<Common.ByteUnitType>(Common.ByteUnitType)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX