FeedIdConverter::ConvertStringToItemId Method

When overridden in a derived class, converts an item ID from the FeedSync format to the provider format.

Namespace:  Microsoft.Synchronization.FeedSync
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
virtual SyncId^ ConvertStringToItemId(
	String^ value
) abstract

Parameters

value
Type: System::String
The item ID in the FeedSync format.

Return Value

Type: Microsoft.Synchronization::SyncId
The item ID in the provider format.
Show: