C# 클래스 IdokladSdk.Extensions.StringExtensions

파일 보기 프로젝트 열기: mholec/idoklad-sdk-csharp

공개 메소드들

메소드 설명
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