CLab# 1.0 API Documentation |
|
CSPTypeBool.GetStringRepOfDomainInt Method
Gets the string representation of an int within the range of a type.
public override
string GetStringRepOfDomainInt(
Int32 domainInt);
Parameters
-
Int32
- An integer representing a domain value.
Return Value
The string representation of the domain value.
Exceptions
See Also
CSPTypeBool Class | CLab.CSP Namespace