Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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

.
Documentation
[StrFormatByteSize] on MSDN

 
Access PInvoke.net directly from VS: