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

Exception Type Condition
ClabException  

See Also

CSPTypeEnum Class | CLab.CSP Namespace