Class StringExtensions
A collection of cross-target extensions to the string class.
Inheritance
System.Object
StringExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
public static class StringExtensions
Methods
| Improve this Doc View SourceIsHexEncoding(String, Int32)
Return true if the character sequence starting at the specified offset is a URI hex-encoded character.
Declaration
public static bool IsHexEncoding(this string str, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | str | The input string. |
| System.Int32 | index | The character offset from which to start the check for a hex-encoded character. |
Returns
| Type | Description |
|---|---|
| System.Boolean |