public static bool TryParseIdentifier( string strObject, ref StorableObject resultObj )
public: static bool TryParseIdentifier( String^ strObject, StorableObject^% resultObj )
Parameters
- 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