'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