CLab# 1.0 API Documentation

CSPType.GetIntRepOfDomainString Method 

Gets the int representation of the string representation of a domain value. Has to be implemented by classes implmementing this abstract class.

public abstract int GetIntRepOfDomainString(
   String domainString
);

Parameters

String
The string representation of a domain value.

Return Value

The int representation of the domain value.

See Also

CSPType Class | CLab.CSP Namespace