Share via


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

Return value

Type: Microsoft.Exchange.Data.ByteQuantifiedSize
A byte-qualified value equivalent to the number contained in the kbValue parameter.

See also

Reference

ByteQuantifiedSize structure

ByteQuantifiedSize members

Microsoft.Exchange.Data namespace