Hex Encode and Decode September 4, 2020 Code Snippets 0 Comments 1300 Views Hex encoding is used to convert binary data into hexadecimal representation. It allows to get human-readable format of binary data. Hex decoding is opposite process. It is used to convert hexadecimal string into binary data. No.Programming language1.PHP2.Python
Convert Octal String to Decimal Number A octal number system is a numeral system with 8 as the base. It uses...
Read Data from YAML File YAML is a text-based data format that commonly used to store application configuration. Basically, YAML...
Get First N Characters of String While working with text processing we might need to get first N characters of a...
Leave a Comment
Cancel reply