CLab# 1.0 API Documentation |
|
CSPTypeEnum.GetIntRepOfDomainString Method
Gets the int representation of the string representation of a domain value. Uses the internal mapping from string to int.
public override
int GetIntRepOfDomainString(
String domainString);
Parameters
-
String
- The string representation of a domain value.
Return Value
The int representation of the domain value.
Exceptions
See Also
CSPTypeEnum Class | CLab.CSP Namespace