Convert KB to MB
Namespace:
VMInfoFace.Data
Assembly:
VMInfoFace.Data (in VMInfoFace.Data.dll) Version: 21.5.28.1 (21.5.28.1171)
Syntaxpublic static long KBtoMB(
this long pKB
)
<ExtensionAttribute>
Public Shared Function KBtoMB (
pKB As Long
) As Long
Parameters
- pKB
- Type: SystemInt64
Kilo bytes to convert
Return Value
Type:
Int64Mega bytes
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Int64. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Remarks
Formula: KB / 1024 = MB
See Also