Construct a DOFObjectID.Source 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 DOFObjectIDSource create( string identifier )
Parameters
- identifier
- Type: SystemString
The standard format string for the object identifier.
Return Value
Type: DOFObjectIDSourceThe newly created object identifier.
Remarks
See Also