tid library
Functions
-
ensureValidTid(
String tid) → void -
Ensures
tidis a syntactically valid TID. -
isValidTid(
String tid) → bool -
Returns true if
tidis valid, otherwise false.
Exceptions / Errors
- InvalidTidError
- Indicates that the passed TID could not be parsed.