UBinarySizeValue Property

Gets the number of bytes represented by this instance.

Definition

Namespace: Ookii
Assembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
C#
public ulong Value { get; }

Property Value

UInt64
The value of this instance, in bytes.

See Also