BExplorer.Shell.Interop.ShlWapi.StrFormatByteSize C# (CSharp) Метод

StrFormatByteSize() приватный Метод

private StrFormatByteSize ( long fileSize, [ buffer, int bufferSize ) : long
fileSize long
buffer [
bufferSize int
Результат long
		public static extern long StrFormatByteSize(
						long fileSize
						, [MarshalAs(UnmanagedType.LPTStr)] StringBuilder buffer
						, int bufferSize);

Same methods

ShlWapi::StrFormatByteSize ( long filesize ) : string