FileSizeToStringFormatByteSize Method

Returns a String that represents this filesize, using Microsoft Windows default formatting (StrFormatByteSizeEx function).

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string ToStringFormatByteSize(
	StrFormatByteSizeFlags flags
)

Parameters

flags  StrFormatByteSizeFlags

[Missing <param name="flags"/> documentation for "M:DevCase.Core.IO.FileSystem.FileSize.ToStringFormatByteSize(DevCase.Win32.Enums.StrFormatByteSizeFlags)"]

Return Value

String
A String that represents this filesize.

See Also