C# Класс IdokladSdk.Extensions.StringExtensions

Показать файл Открыть проект

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

Метод Описание
IsNullOrEmpty ( this source ) : bool

Returns whether string is null or empty

RemoveQuotationMarks ( this source ) : string

Removes quotation marks in whole string For example instead of =the "red"= returns =the red=

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

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

Returns whether string is null or empty
public static IsNullOrEmpty ( this source ) : bool
source this
Результат bool

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

Removes quotation marks in whole string For example instead of =the "red"= returns =the red=
public static RemoveQuotationMarks ( this source ) : string
source this
Результат string