Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.1K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.3K+ articles
C#
1.9K+ articles
CSharp-method
701+ articles
CSharp-Uri-Class
21 posts
Recent Articles
Popular Articles
Uri.HexUnescape() Method in C# with Examples
Last Updated: 08 June 2020
Uri.HexUnescape() method is used to convert a specified hexadecimal representation of a character to the character.Syntax:public static char HexUnescape (string pattern, r...
read more
C#
CSharp-Uri-Class
Uri.Fragment Property in C# with Examples
Last Updated: 15 July 2025
Uri.Fragment Property is instance property which is used to get the escaped URI fragment.Syntax: public string Fragment { get; }Return value: This property returns string ...
read more
C#
CSharp-Uri-Class
Uri.DnsSafeHost Property in C# with Examples
Last Updated: 15 July 2025
Uri.DnsSafeHost Property is the instance property which is used to get a host name unescaped that is safe to use for DNS resolution.Syntax :public string DnsSafeHost { get...
read more
C#
CSharp-Uri-Class
Uri.IsLoopback Property in C# with Example
Last Updated: 08 June 2020
Uri.IsLoopback Property is property of Uri class which used to check that the specified Uri references the local host.Syntax:public bool IsLoopback { get; } Return Value:T...
read more
C#
CSharp-Uri-Class
Uri.Inequality() Operator in C# With Examples
Last Updated: 15 July 2025
Uri.Inequality() Operator is used to compare two Uri objects. If two Uri objects contain the same Uri, then it returns the false otherwise it returns true.Syntax:public st...
read more
C#
CSharp-Uri-Class
Uri.GetLeftPart() Method in C# with Examples
Last Updated: 15 July 2025
Uri.GetLeftPart() Method is an instance method that is used to get a specified part from the given URI based on passed UriPartial enum.Syntax: string Uri.GetLeftPart (UriP...
read more
C#
CSharp-Uri-Class
Uri.ReferenceEquals() Method in C# with Examples
Last Updated: 18 July 2025
Uri.ReferenceEquals() Method is used to check the reference of two specified objects. This method can be overridden and static in nature. So, if a user is going to test th...
read more
C#
CSharp-Uri-Class
Uri.Equality() Operator in C# with Examples
Last Updated: 15 July 2025
Uri.Equality() Operator is used to compare two Uri objects. If two Uri objects contain the same Uri, then it returns the true otherwise it returns false.Syntax:public stat...
read more
C#
CSharp-Uri-Class
C# | Uri.HexEscape(Char) Method
Last Updated: 11 July 2025
Uri.HexEscape(Char) Method is used to convert a specified character into its hexadecimal equivalent.Syntax: public static string HexEscape (char character);Here, it takes ...
read more
C#
CSharp-method
CSharp-Uri-Class
C# | Uri.ToString() Method
Last Updated: 11 July 2025
Uri.ToString( ) Method is used to get a canonical string representation for the specified Uri instance.Syntax: public override string ToString (); Return Value: This metho...
read more
C#
CSharp-method
CSharp-Uri-Class
C# | Uri.MakeRelativeUri(Uri) Method
Last Updated: 11 July 2025
Uri.MakeRelativeUri(Uri) Method is used to determine the difference between two Uri instances.Syntax: public Uri MakeRelativeUri (Uri uri);Here, it takes the URI to compar...
read more
C#
CSharp-method
CSharp-Uri-Class
C# | Uri.IsWellFormedOriginalString() Method
Last Updated: 11 July 2025
Uri.IsWellFormedOriginalString() Method is used to show whether the string used to construct this Uri was well-formed and is not required to be further escaped.Syntax: pub...
read more
C#
CSharp-method
CSharp-Uri-Class
C# | Uri.IsBaseOf(Uri) Method
Last Updated: 11 July 2025
Uri.IsBaseOf(Uri) Method is used to determine whether the current Uri instance is a base of the specified Uri instance.Syntax: public bool IsBaseOf (Uri uri);Here, it take...
read more
C#
CSharp-method
CSharp-Uri-Class
C# | Uri.IsHexEncoding() Method
Last Updated: 11 July 2025
Uri.IsHexEncoding(String, Int32) Method is used to check whether a character in a string is hexadecimal encoded or not. This checks for hexadecimal encoding which follows ...
read more
C#
CSharp-method
CSharp-Uri-Class
C# | Uri.IsHexDigit() Method
Last Updated: 11 July 2025
Uri.IsHexDigit(Char) Method is used to determine whether a specified character is a valid hexadecimal digit or not. Hexadecimal digits are the digits 0 to 9 and the letter...
read more
C#
CSharp-method
CSharp-Uri-Class
1
2
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !