utils
| Function | Description |
|---|---|
| getLocalizedString | Returns a composite format string stored in a resource object corresponding to the current system language. |
| getSystemParameterByName | Returns the value of a system parameter. |
| getAppSetting | Returns the value of a key in the <appSettings> section of the Web.config file. |
| getCertificate | Returns a registered TLS client certificate. |
| html.sanitize | Sanitizes a string containing HTML code. |
| json.getObjectKeys | Retrieves the property names (keys) of a JavaScript or .NET object instance. |