 | CaexValueFriendlyValueString Property |
Gets a friendly string of the Attribute value. This string is not in any case equal to the attribute value string,
which is always an encoded string, according to the AttributeDataType. The conversion format used to convert the
value
to its string representation is fix and cannot be changed.
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string FriendlyValueString { get; }
Public ReadOnly Property FriendlyValueString As String
Get
public:
property String^ FriendlyValueString {
String^ get ();
}
Property Value
String
The friendly string.
See Also