Click or drag to resize

LocalFileSystemParseId Method

Parses an identifier as a string.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual Tuple<string, Guid> ParseId(
	string id
)

Parameters

id
Type: SystemString
The identifier as a string.

Return Value

Type: TupleString, Guid
A tuple with the volume guid and the entry identifier.
Exceptions
ExceptionCondition
ArgumentNullExceptionid is null.
See Also