Utilities Members
- Aktualisiert2023-02-21
- 3 Minute(n) Lesezeit
The Utilities type exposes the following members.
| Name | Description | |
|---|---|---|
| ConvertToValidIdentifier | Converts the specified identifier to a string that is a valid identifier in a real-time sequence definition. Valid identifiers cannot contain spaces or special characters (except underscores), and cannot start with a number. | |
| IsValidIdentifier | Determines whether the specified identifier is a valid identifier in a real-time sequence definition. Valid identifiers cannot contain spaces or special characters (except underscores), and cannot start with a number. | |
| IsValidSequenceFile | Determines whether the file at the specified path can be converted to a RealTimeSequence. | |
| KeywordList | Returns an array of all the keywords that are reserved by the expression language such that they have a specific, pre-defined meaning when used in an Expression. | |
| ParseExpression | Parses the specified expression into a list of key/value pairs. |