Create a new DOFObjectID using its standard string representation. 
- Resource Management:
 - This function allocates resources that must later be freed by calling DOFObjectID_Destroy. 
 
- Parameters
 - 
  
    | data | The data, as a null-terminated C string. The data size is inferred by the string length. This should not be NULL, and should be a C string representation of the DOFObjectID in standard string format.  | 
  
   
- Returns
 - The new DOFObjectID. 
 
- Exceptions
 - 
  
    | NULL | is returned if
- an invalid parameter is detected
 
- insufficient resources exist to create the DOFObjectID. 
 
 
 |