Introduction
This class contains methods that extends string.
Methods#
| Name | Description |
|---|---|
| IsAllowedId | Check is string is a valid id |
| IsNumeric | Check if is a string is a numeric value |
| Log | Log a message |
| LogError | Log an error |
| LogWarning | Log a warning |
| Matches | Compare object to another copy |
| ToAllowedId | Convert string to allowed id |
| ToBool | Convert string to boolean |
| ToCamelCase | Convert string to camel case |
| Tokenize | Split string into tokens taking quotes into considerations |