DOFInterfaceIDtoStandardString Method OpenDOF Object Access Library
Get a standard string representation of this DOFInterfaceID.

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
A string representation of this interface identifier.
Remarks

Get a standard string representation of this DOFInterfaceID. This standard form may be used to create an interface identifier using create(String). For example: "[1:{02}]" defines an interface in registry 1 with identifier 2.
See Also

Reference