ModelUtilsGetEnumDisplayValue Method (String, 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.2.0.0 (7.2.7583.15464)
Syntax public static string GetEnumDisplayValue(
string attrTypeName,
string enumValue
)
Parameters
- attrTypeName
- Type: SystemString
The attribute type name. - enumValue
- Type: SystemString
The enumeration value.
Return Value
Type:
StringThe localized display text of the enumeration value.
See Also