Construct an interface identifier using the standard format.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static DOFInterfaceID create( string formatIID )
Parameters
- formatIID
- Type: SystemString
The interface identifier in standard format form.
Return Value
Type: DOFInterfaceIDThe newly created interface identifier.
Remarks
See Also