ByteQuantifiedSize.FromKB method
Creates a new instance of the ByteQuantifiedSize class from the specified value in kilobytes.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function FromKB ( _
kbValue As ULong _
) As ByteQuantifiedSize
'Usage
Dim kbValue As ULong
Dim returnValue As ByteQuantifiedSize
returnValue = ByteQuantifiedSize.FromKB(kbValue)
public static ByteQuantifiedSize FromKB(
ulong kbValue
)
Parameters
kbValue
Type: System.UInt64A value in kilobytes.
Return value
Type: Microsoft.Exchange.Data.ByteQuantifiedSize
A byte-qualified value equivalent to the number contained in the kbValue parameter.