Click or drag to resize
ModelUtilsGetEnumDisplayValue Method (IAttrType, String, CultureInfo)
Gets the localized display text of the enumeration value.

Namespace: PDTec.IceNet.Sdk.Utils
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static string GetEnumDisplayValue(
	IAttrType pAttrType,
	string enumValue,
	CultureInfo culture
)

Parameters

pAttrType
Type: PDTec.IceNet.Core.ModelIAttrType
The attribute type.
enumValue
Type: SystemString
The enumeration value.
culture
Type: System.GlobalizationCultureInfo
The requested culture.

Return Value

Type: String
The localized display text of the enumeration value.
See Also