public static bool TryParseIdentifier( string strObject, ref StorableObject resultObj )
public: static bool TryParseIdentifier( String^ strObject, StorableObject^% resultObj )
Parameters
| Parameter Name | Description |
|---|---|
| strObject | The string identifier for the object. This string has to be created with the ToString() function. |
| resultObj | The storable object |
Return Value
TRUE when the object was created successfully