public string ToStringFormatByteSize(
StrFormatByteSizeFlags flags
)
Public Function ToStringFormatByteSize (
flags As StrFormatByteSizeFlags
) As String
Dim instance As FileSize
Dim flags As StrFormatByteSizeFlags
Dim returnValue As String
returnValue = instance.ToStringFormatByteSize(flags)
public:
String^ ToStringFormatByteSize(
StrFormatByteSizeFlags flags
)
member ToStringFormatByteSize :
flags : StrFormatByteSizeFlags -> string
No code example is currently available or this language may not be supported.
[Missing <param name="flags"/> documentation for "M:DevCase.Core.IO.FileSystem.FileSize.ToStringFormatByteSize(DevCase.Win32.Enums.StrFormatByteSizeFlags)"]