DOFObjectIDAttributetoStandardString Method OpenDOF Object Access Library
Convert an attribute to its standardized text form.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public string toStandardString()

Return Value

Type: String
The String that represents the attribute without loss of information.
Remarks

Convert an attribute to its standardized text form. This form, when associated with a DOFObjectID data in the same standardized form, can be used to create the exact same attribute and is the format that should be used in configuration files or other times where a reversible text form is required.
See Also

Reference