Class WebUtils
Contains static methods and properties related to web.
public static class WebUtils
- Inheritance
-
WebUtils
Methods
- Base64Decode(string?)
Converts string with data that is encoded with base-64 digits to the plain text string.
- Base64Encode(string?)
Converts string to its equivalent string representation that is encoded with base-64 digits.
- IsValidJson(string)
Checks whether specified string a valid json text.
- PrettyJson(string)
Converts json string to indented string.