Class StringExtensions
A collection of cross-target extensions to the string class.
Inheritance
System.Object
StringExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public static class StringExtensions
Methods
| Improve this Doc View SourceIsHexEncoding(string, int)
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 |
---|---|---|
string | str | The input string. |
int | index | The character offset from which to start the check for a hex-encoded character. |
Returns
Type | Description |
---|---|
System.Boolean |