An open API service indexing awesome lists of open source software.

https://github.com/synergex/asciiencoding

The ASCIIEncoding class currently has only one method: GetBytes. This method encodes all the characters in the specified String into a sequence of bytes and returns them as a Dynamic System Array of type Byte. It is designed after the .Net Framework's GetBytes method.
https://github.com/synergex/asciiencoding

Last synced: 4 months ago
JSON representation

The ASCIIEncoding class currently has only one method: GetBytes. This method encodes all the characters in the specified String into a sequence of bytes and returns them as a Dynamic System Array of type Byte. It is designed after the .Net Framework's GetBytes method.

Awesome Lists containing this project