Table of Contents

Class StringExtensions

Namespace: Casewhere.Common
Assembly: Casewhere.Common.dll

public static class StringExtensions

Inheritance

objectStringExtensions

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object)

Methods

EndsWithDollarSign(string)

public static bool EndsWithDollarSign(this string content)

Parameters

content string

Returns

bool

GetFieldNameFromHashedName(string)

public static string GetFieldNameFromHashedName(this string field)

Parameters

field string

Returns

string

GetHashedName(string)

public static string GetHashedName(this string field)

Parameters

field string

Returns

string

GetStorageName(string)

public static string GetStorageName(this string field)

Parameters

field string

Returns

string

IsHashedName(string)

public static bool IsHashedName(this string field)

Parameters

field string

Returns

bool

IsId(string)

public static bool IsId(this string field)

Parameters

field string

Returns

bool

ProcessSearchText(string)

public static string ProcessSearchText(this string search)

Parameters

search string

Returns

string

RecursiveHtmlDecode(string)

public static string RecursiveHtmlDecode(string str)

Parameters

str string

Returns

string

RemoveDoubleSlashes(string)

public static string RemoveDoubleSlashes(this string url)

Parameters

url string

Returns

string

RemoveHtmlTags(string)

public static string RemoveHtmlTags(this string content)

Parameters

content string

Returns

string