Desktop Functions: Smart Device Functions:
|
Search Results for "StrFormatByteSize" in [All]shlwapi
public static extern long StrFormatByteSize (
public static extern long StrFormatByteSize( long fileSize, System.Text.StringBuilder buffer, int bufferSize );
Private Shared Function StrFormatByteSize
public static string StrFormatByteSize (long filesize) {
StrFormatByteSize( filesize, sb, sb.Capacity );
StrFormatByteSize( size, sb, sb.Capacity )
public static extern long StrFormatByteSize( long fileSize, System.Text.StringBuilder buffer, int bufferSize );
$nativeMethods::StrFormatByteSize( 1024, $sb, $sb.Capacity ) | Out-Null |