Click or drag to resize

HelperKBtoMB Method

Convert KB to MB

Namespace:  VMInfoFace.Data
Assembly:  VMInfoFace.Data (in VMInfoFace.Data.dll) Version: 21.5.28.1 (21.5.28.1171)
Syntax
public static long KBtoMB(
	this long pKB
)

Parameters

pKB
Type: SystemInt64
Kilo bytes to convert

Return Value

Type: Int64
Mega 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