C# Class IdokladSdk.Extensions.StringExtensions

显示文件 Open project: mholec/idoklad-sdk-csharp

Public Methods

Method 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 method

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

RemoveQuotationMarks() public static method

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