Hex Encode and Decode September 4, 2020 Code Snippets 0 Comments 1557 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
Check if String is Valid JSON JSON is a text-based data format that commonly used to store or transmit data objects...
Get Number of Days in Month for Given Year Sometimes we may need to get the number of days in a month for a...
Check if File or Directory Exists While working with filesystem, we may need to check if a file or directory exists...
Leave a Comment
Cancel reply