C# Class fuck.Core.StringExtensions

显示文件 Open project: EricFreeman/fuck

Public Methods

Method Description
IfEmpty ( this source, string destination ) : string
IsEmpty ( this source ) : bool
IsNotEmpty ( this source ) : bool

Method Details

IfEmpty() public static method

public static IfEmpty ( this source, string destination ) : string
source this
destination string
return string

IsEmpty() public static method

public static IsEmpty ( this source ) : bool
source this
return bool

IsNotEmpty() public static method

public static IsNotEmpty ( this source ) : bool
source this
return bool