Parses a string into a DAVURI object
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DAVURI Parse(
string uriString
)
Public Function Parse (
uriString As String
) As DAVURI
public:
DAVURI^ Parse(
String^ uriString
)
member Parse :
uriString : string -> DAVURI
Parameters
- uriString
- Type: SystemString
input string to be converted ot a DAVURI object
Return Value
Type:
DAVURIDAVURI object
RemarksParses a string into a DAVURI object
See Also