[This is preliminary documentation and is subject to change.]

Returns size in gigabytes.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string ToGigaBytes(
	long size
)
Public Shared Function ToGigaBytes ( _
	size As Long _
) As String
public:
static String^ ToGigaBytes(
	long long size
)

Parameters

size
Int64
Size in bytes.

Return Value

String representing specified size in requested format.

See Also