JAMS Developer Guide
BytesToString Method


MVPSI.JAMS Namespace > Convert Class : BytesToString Method
Converts a byte count to a string that has been scaled to the smallest whole number
Syntax
'Declaration
 
Public Shared Function BytesToString( _
   ByVal byteCount As System.Long _
) As System.String
'Usage
 
Dim byteCount As System.Long
Dim value As System.String
 
value = Convert.BytesToString(byteCount)
public static System.string BytesToString( 
   System.long byteCount
)

Parameters

byteCount
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Convert Class
Convert Members