CLab# 1.0 API Documentation |
|
CSPType.GetStringRepOfDomainInt Method
Gets the string representation of an int within the range of a type. Has to be implemented by classes implmementing this abstract class.
public abstract
string GetStringRepOfDomainInt(
Int32 domainInt);
Parameters
-
Int32
- An integer representing a domain value.
Return Value
The string representation of the domain value.
See Also
CSPType Class | CLab.CSP Namespace