# WHMCS\UsageBilling\Metrics\Units\Bytes

`Class` · extends `FloatingPoint`

MegaBytes

## Methods

### __construct

```php
public function __construct($name = 'Bytes', $singlePerUnitName = 'Byte', $pluralPerUnitName = 'Bytes', $prefix = null, $suffix = 'B')
```

### convert

```php
public static function convert($value, $from, $to)
```