BExplorer.Shell.Interop.ShlWapi.StrFormatByteSize C# (CSharp) Method

StrFormatByteSize() private method

private StrFormatByteSize ( long fileSize, [ buffer, int bufferSize ) : long
fileSize long
buffer [
bufferSize int
return long
		public static extern long StrFormatByteSize(
						long fileSize
						, [MarshalAs(UnmanagedType.LPTStr)] StringBuilder buffer
						, int bufferSize);

Same methods

ShlWapi::StrFormatByteSize ( long filesize ) : string