C# Class Dev2.Studio.AppResources.ExtensionMethods.StringExtensions

Mostra file Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
ExceptChars ( this str, IEnumerable toExclude ) : string
GetManagementPayload ( this payload ) : string
SpaceCaseInsenstiveComparision ( this stringa, string stringb ) : bool

Method Details

ExceptChars() public static method

public static ExceptChars ( this str, IEnumerable toExclude ) : string
str this
toExclude IEnumerable
return string

GetManagementPayload() public static method

public static GetManagementPayload ( this payload ) : string
payload this
return string

SpaceCaseInsenstiveComparision() public static method

public static SpaceCaseInsenstiveComparision ( this stringa, string stringb ) : bool
stringa this
stringb string
return bool