CLab# 1.0 API Documentation |
|
CSPTypeRange.GetIntRepOfDomainString Method
Gets the int representation of the string representation of a domain value.
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
Exception Type |
Condition |
ClabException
|
Exception thrown when string representation is invalid |
See Also
CSPTypeRange Class | CLab.CSP Namespace