CompositeTableKey::TryParse Method (String^, CompositeTableKey^%)
Attempts creating a new CompositeTableKey from a given tableKey. The return value indicates whether the parsing succeeded.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
public: static bool TryParse( String^ tableKey, [OutAttribute] CompositeTableKey^% compositeTableKey )
Parameters
- tableKey
-
Type:
System::String^
The value containing the composite key.
- compositeTableKey
-
Type:
Microsoft.WindowsAzure.Mobile.Service::CompositeTableKey^%
If the method returns true then compositeTableKey contains the result; otherwise null.
Return Value
Type: System::Boolean
Show: