Click or drag to resize
DAVURIParse Method
Parses a string into a DAVURI object

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVURI Parse(
	string uriString
)

Parameters

uriString
Type: SystemString
input string to be converted ot a DAVURI object

Return Value

Type: DAVURI
DAVURI object
Remarks
Parses a string into a DAVURI object
See Also