normalize


Description:

[ Version ( since = "1.6" ) ]
public bool normalize ()

Normalization will remove extra path segments (".

" and "..") from the URI. It will also convert the scheme and host name to lower case and any percent-encoded values to uppercase.

The Uri object must be writable. Check with is_writable or use make_writable first.

Parameters:

this

The Uri to normalize.

Returns:

TRUE if the URI was modified.