Class StringExtensions
A collection of cross-target extensions to the string class.
Inherited Members
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public static class StringExtensions
Methods
| Edit this page 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 |
|---|---|
| bool |