CLab# 1.0 API Documentation

CSPLayout.GetDomainStringFromDomainInt Method 

Gets the domain value's string representation.

public string GetDomainStringFromDomainInt(
   String cpVarName,
   Int32 domainInt
);

Parameters

String
Name of the CLab variable.
Int32
The domain int value.

Return Value

The domain value's string representation.

See Also

CSPLayout Class | CLab.CSP Namespace