| ModelUtilsGetEnumDisplayValue Method (String, String, CultureInfo) | 
            Gets the localized display text of the enumeration value.
            
 
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static string GetEnumDisplayValue(
	string attrTypeName,
	string enumValue,
	CultureInfo culture
)
Parameters
- attrTypeName
 - Type: SystemString
The attribute type name. - enumValue
 - Type: SystemString
The enumeration value. - culture
 - Type: System.GlobalizationCultureInfo
The requested culture. 
Return Value
Type: 
StringThe localized display text of the enumeration value.
See Also