The UtilityDataSize type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ConvertTo |
Convert a DataSize into its equivilant in some other data size units.
|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToBytes |
Convert a DataSize into its equivilant in bytes.
|
![]() ![]() | ToBytes(UInt64, UtilityDataSizeDataUnit) |
Convert a DataSize into its equivilant in bytes.
|
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
![]() ![]() | UpConvert(UInt64) |
Convert the DataSize up to the highest unit that will result in a whole number value.
|
![]() ![]() | UpConvert(UInt64, UtilityDataSizeDataUnit) |
Convert the DataSize up to the highest unit that will result in a whole number value.
|
See Also