C# Class IdokladSdk.Extensions.StringExtensions

Afficher le fichier Open project: mholec/idoklad-sdk-csharp

Méthodes publiques

Méthode Description
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=

Method Details

IsNullOrEmpty() public static méthode

Returns whether string is null or empty
public static IsNullOrEmpty ( this source ) : bool
source this
Résultat bool

RemoveQuotationMarks() public static méthode

Removes quotation marks in whole string For example instead of =the "red"= returns =the red=
public static RemoveQuotationMarks ( this source ) : string
source this
Résultat string