C# Class Dev2.StringExtension

Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

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

Private Methods

Méthode Description
IsXml ( string data, bool &isFragment, bool &isHtml ) : bool

Checks if the info contained in data is well formed XML

Method Details

IsDate() public static méthode

public static IsDate ( this payload ) : bool
payload this
Résultat bool

IsJSON() public static méthode

public static IsJSON ( this payload ) : bool
payload this
Résultat bool

IsXml() public static méthode

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

IsXml() public static méthode

public static IsXml ( this payload ) : bool
payload this
Résultat bool