Show / Hide Table of Contents

Class StringExtensions

A collection of cross-target extensions to the string class.

Inheritance
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

| Edit this page View Source

IsHexEncoding(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
  • Edit this page
  • View Source
In this article
  • Methods
    • IsHexEncoding(string, int)
Back to top Generated by DocFX