ModelUtilsGetEnumDisplayValue Method (IAttrType, String) |
Gets the localized display text of the enumeration value.
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntaxpublic static string GetEnumDisplayValue(
IAttrType pAttrType,
string enumValue
)
Parameters
- pAttrType
- Type: PDTec.IceNet.Core.ModelIAttrType
The attribute type. - enumValue
- Type: SystemString
The enumeration value.
Return Value
Type:
StringThe localized display text of the enumeration value.
See Also