메소드 | 설명 | |
---|---|---|
StrFormatByteSize ( long filesize ) : string |
Converts a numeric value into a string that represents the number expressed as a size value in bytes, kilobytes, megabytes, or gigabytes, depending on the size.
|
메소드 | 설명 | |
---|---|---|
StrCmpLogicalW ( string psz1, string psz2 ) : int | ||
StrFormatByteSize ( long fileSize, [ buffer, int bufferSize ) : long | ||
StrRetToBuf ( |
public static StrFormatByteSize ( long filesize ) : string | ||
filesize | long | The numeric value to be converted. |
리턴 | string |