GetComponents

<< Click to Display Table of Contents >>

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

GetComponents

Previous pageReturn to chapter overviewNext page

Gets the specified components of the current instance using the specified escaping for special characters.

 

components - A bitwise combination of the UriComponents values that specifies which parts of the current instance to return to the caller.

format - One of the UriFormat values that controls how special characters are escaped.

 

Returns:

A String that contains the components.

 

GetComponents                   PROCEDURE(UriComponentsEnum components, UriFormatEnum format), STRING