次の方法で共有


TextFormat.LegibleSize Method (UInt64, LegibleSizeFormat)

 

Displays a nonnegative byte amount, up to the terabyte (TB) level, as a text string in the specified format.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public static string LegibleSize(
    ulong sizeInBytes,
    LegibleSizeFormat sizeFormat
)
public:
static String^ LegibleSize(
    unsigned long long sizeInBytes,
    LegibleSizeFormat sizeFormat
)
Public Shared Function LegibleSize (
    sizeInBytes As ULong,
    sizeFormat As LegibleSizeFormat
) As String

Parameters

Return Value

Type: System.String

A System.String.

See Also

LegibleSize Overload
TextFormat Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top