Class StringExtensions
Namespace: Casewhere.Common
Assembly: Casewhere.Common.dll
public static class StringExtensions
Inheritance
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
GetFieldNameFromHashedName(string)
public static string GetFieldNameFromHashedName(this string field)
Parameters
field string
Returns
GetHashedName(string)
public static string GetHashedName(this string field)
Parameters
field string
Returns
GetStorageName(string)
public static string GetStorageName(this string field)
Parameters
field string
Returns
IsHashedName(string)
public static bool IsHashedName(this string field)
Parameters
field string
Returns
IsId(string)
public static bool IsId(this string field)
Parameters
field string
Returns
ProcessSearchText(string)
public static string ProcessSearchText(this string search)
Parameters
search string
Returns
RecursiveHtmlDecode(string)
public static string RecursiveHtmlDecode(string str)
Parameters
str string
Returns
RemoveDoubleSlashes(string)
public static string RemoveDoubleSlashes(this string url)
Parameters
url string
Returns
RemoveHtmlTags(string)
public static string RemoveHtmlTags(this string content)
Parameters
content string