C# Class ArmedCards.Library.Extensions.StringExtension

Class that contains all string extensions
Afficher le fichier Open project: kwmcrell/ArmedCards

Méthodes publiques

Méthode Description
HTMLDecode ( this str ) : string

Decode HTML in a string

HTMLDecodeAndRemove ( this str ) : string

Decode and Remove html

HTMLEncode ( this str ) : string

Encode HTML in a string

RemoveHtml ( this str ) : string

Remove HTML from the string

Method Details

HTMLDecode() public static méthode

Decode HTML in a string
public static HTMLDecode ( this str ) : string
str this String to decode
Résultat string

HTMLDecodeAndRemove() public static méthode

Decode and Remove html
public static HTMLDecodeAndRemove ( this str ) : string
str this String to decode and remove html from
Résultat string

HTMLEncode() public static méthode

Encode HTML in a string
public static HTMLEncode ( this str ) : string
str this String to encode
Résultat string

RemoveHtml() public static méthode

Remove HTML from the string
public static RemoveHtml ( this str ) : string
str this The string in which to remove the HTML
Résultat string