C# Class Predica.FimCommunication.StringExtensions

Datei anzeigen Open project: Predica/FimClient

Public Methods

Method Description
DoesNotContain ( this @this, string value ) : bool
FormatWith ( this @this ) : string
IsNotNullOrEmpty ( this @this ) : bool
IsNullOrEmpty ( this @this ) : bool

Method Details

DoesNotContain() public static method

public static DoesNotContain ( this @this, string value ) : bool
@this this
value string
return bool

FormatWith() public static method

public static FormatWith ( this @this ) : string
@this this
return string

IsNotNullOrEmpty() public static method

public static IsNotNullOrEmpty ( this @this ) : bool
@this this
return bool

IsNullOrEmpty() public static method

public static IsNullOrEmpty ( this @this ) : bool
@this this
return bool