CxId
Description
Represents a Code-X identifier, which must start with a letter or underscore, followed by any number of letters, underscores or digits.
- See also
Public / Constants
Invalid
The CxId that represents the invalid empty identifier.
Invalid identifier have the string representation ?
and are not parseable.
- See also
Public / Constructors
FromSource
Parses the given identifier.
- ValidatingException
-
If the syntax of source in is invalid.
- See also