UtilityDataSizeUpConvert Method (UInt64)Ipswitch.Messaging.Framework
Convert the DataSize up to the highest unit that will result in a whole number value.

Namespace: IMailAPI_NET
Assembly: IMailAPI_NET (in IMailAPI_NET.dll) Version: 1.0.0.0
Syntax

public static UtilityDataSize UpConvert(
	ulong valueInBytes
)

Parameters

valueInBytes
Type: SystemUInt64
The value in bytes to be converted

Return Value

Type: UtilityDataSize
The converted DataSize
See Also

Reference