TryCreate

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TSystemUri class > Constructors >

TryCreate

Previous pageReturn to chapter overviewNext page

Initializes a new instance of the Uri class using the specified base and relative String instances.

 

pBaseUri - The base Uri.

pRelUri - The relative Uri, represented as a String, to add to the base Uri.

TryCreate                       PROCEDURE(TSystemUri pBaseUri, STRING pRelUri)