Skip to content

Commit e4976ab

Browse files
committed
doc: added required column to the table
1 parent e3c79db commit e4976ab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ using FileSizeFromBase64.NET;
3030
var fileSize = FileSizeHelpers.GetFileSizeFromBase64String(string base64String, bool applyPaddingsRules, UnitsOfMeasurement unitsOfMeasurement)
3131
```
3232

33-
| Parameters | Data type | Description | Default Value |
34-
| :------------------- | :-------: | :----------------------------------------------------------: | :-----------------------: |
35-
| `base64String` | string | The base64 representation of the file. | |
36-
| `applyPaddingsRules` | boolean | [Base64 - Padding](https://en.wikipedia.org/wiki/Base64#Output_padding) | `false` |
37-
| `unitsOfMeasurement` | Enum | The unit of measurement for the file size returned by the method: `UnitsOfMeasurement.Byte`, `UnitsOfMeasurement.KiloByte`, `UnitsOfMeasurement.MegaByte` | `UnitsOfMeasurement.Byte` |
33+
| Parameters | Data type | Description | Required | Default Value |
34+
| :------------------- | :-------: | :----------------------------------------------------------: | -------- | :-----------------------: |
35+
| `base64String` | string | The base64 representation of the file. | Yes | |
36+
| `applyPaddingsRules` | boolean | [Base64 - Padding](https://en.wikipedia.org/wiki/Base64#Output_padding) | No | `false` |
37+
| `unitsOfMeasurement` | Enum | The unit of measurement for the file size returned by the method: `UnitsOfMeasurement.Byte`, `UnitsOfMeasurement.KiloByte`, `UnitsOfMeasurement.MegaByte` | No | `UnitsOfMeasurement.Byte` |
3838

3939
## Usage
4040

@@ -61,7 +61,7 @@ var fileSizeInMB = FileSizeHelpers.GetFileSizeFromBase64String(base64String, tru
6161
6262
## License
6363

64-
The MIT License (MIT) see [License file](https://github.com/lioncoding-oss/FileSizeFromBase64.NET/blob/main/LICENSE)
64+
The MIT License (MIT) see the [License file](https://github.com/lioncoding-oss/FileSizeFromBase64.NET/blob/main/LICENSE)
6565
6666
## Contribution
6767

0 commit comments

Comments
 (0)