C# Class Schumix.Config.Extensions.StringExtensions

ファイルを表示 Open project: Schumix/Schumix2

Public Methods

Method Description
IsNullOrEmpty ( this Value ) : bool
Remove ( this s, int min, int max, char value ) : string
Remove ( this s, int min, int max, string value ) : string

Method Details

IsNullOrEmpty() public static method

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

Remove() public static method

public static Remove ( this s, int min, int max, char value ) : string
s this
min int
max int
value char
return string

Remove() public static method

public static Remove ( this s, int min, int max, string value ) : string
s this
min int
max int
value string
return string