C# Класс ArmedCards.Library.Extensions.StringExtension

Class that contains all string extensions
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

HTMLDecode() публичный статический Метод

Decode HTML in a string
public static HTMLDecode ( this str ) : string
str this String to decode
Результат string

HTMLDecodeAndRemove() публичный статический Метод

Decode and Remove html
public static HTMLDecodeAndRemove ( this str ) : string
str this String to decode and remove html from
Результат string

HTMLEncode() публичный статический Метод

Encode HTML in a string
public static HTMLEncode ( this str ) : string
str this String to encode
Результат string

RemoveHtml() публичный статический Метод

Remove HTML from the string
public static RemoveHtml ( this str ) : string
str this The string in which to remove the HTML
Результат string