C# 클래스 Dev2.StringExtension

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
IsDate ( this payload ) : bool
IsJSON ( this payload ) : bool
IsXml ( string data, bool &isFragment ) : bool

Checks if the info contained in data is well formed XML

IsXml ( this payload ) : bool

비공개 메소드들

메소드 설명
IsXml ( string data, bool &isFragment, bool &isHtml ) : bool

Checks if the info contained in data is well formed XML

메소드 상세

IsDate() 공개 정적인 메소드

public static IsDate ( this payload ) : bool
payload this
리턴 bool

IsJSON() 공개 정적인 메소드

public static IsJSON ( this payload ) : bool
payload this
리턴 bool

IsXml() 공개 정적인 메소드

Checks if the info contained in data is well formed XML
public static IsXml ( string data, bool &isFragment ) : bool
data string
isFragment bool
리턴 bool

IsXml() 공개 정적인 메소드

public static IsXml ( this payload ) : bool
payload this
리턴 bool