Browse Source

Bytes

pull/10/head
Jure Šorn 5 years ago
parent
commit
668fdbd9a4
1 changed files with 3 additions and 3 deletions
  1. 6
      README.md

6
README.md

@ -884,9 +884,9 @@ Bytes
### Decode
```python
<str> = <bytes>.decode('utf-8')
<int> = int.from_bytes(<bytes>, byteorder='big|little', signed=False)
<hex> = <bytes>.hex()
<str> = <bytes>.decode('utf-8')
<int> = int.from_bytes(<bytes>, byteorder='big|little', signed=False)
<hex> = <bytes>.hex()
```
### Read Bytes from File

Loading…
Cancel
Save