We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Contains methods to support converting values(int, string, bool, char ...) to byte[] or vice versa
GetBytes(string, Encoding)
GetString(byte[], Encoding)
...