The $Strings context item is used to perform string operations.
$Strings Operations
| Operation | Description |
|---|---|
| Backslash |
Property used to get the '\' character Parameters
Output
|
| ConvertToInt |
Method used to convert a string to an integer Parameters
Output
|
| ConvertToGuid |
Method used to convert a string to a Guid Parameters
Output
|
| Format |
Method used to format a string Parameters
Output
|
| IsNullOrEmpty |
Method used to determine if a string is NULL or empty (""). Parameters
Output
|