FeedIdConverter::ConvertStringToReplicaId Method

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

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

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

Parameters

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

Return Value

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