CLab# 1.0 API Documentation

CSPTypeEnum.GetStringRepOfDomainInt Method 

Gets the string representation of an int within the range of a type. Uses the internal mapping from int to string.

public override string GetStringRepOfDomainInt(
   Int32 domainInt
);

Parameters

Int32
An integer representing an enumeration domain value (constant).

Return Value

The string representation of the domain value.

Exceptions

Exception Type Condition
ClabException  

See Also

CSPTypeEnum Class | CLab.CSP Namespace