Returns a user-readable string that represents the value of a given application setting attribute. You must pass the raw value of the attribute.
<HsvMetadata>.TranslateApplicationAttributeForDisplay(sAttributeID, varAttribValue)
Integer (ByVal). The ID of the attribute. Valid values are represented by the HFMConstants enumeration tagAPPSETTING_ATTRIBS, which is described in Application Setting Attribute ID Constants. | |
Variant (ByVal). The raw value of the attribute. To obtain an attribute’s raw value, use GetApplicationAttribute. |
String. The string that represents the attribute value.
TranslateApplicationAttributeForDisplay is used in the example for GetApplicationAttribute.