C# Class TextParser.TextSeparator

Show file Open project: gratianlup/SecureDelete Class Usage Examples

Public Properties

Property Type Description
end string
hasEnd bool
hasNotPrior bool
notPrior char
start string

Public Methods

Method Description
TextSeparator ( string s ) : System
TextSeparator ( string s, string e ) : System
TextSeparator ( string s, string e, char np ) : System

Method Details

TextSeparator() public method

public TextSeparator ( string s ) : System
s string
return System

TextSeparator() public method

public TextSeparator ( string s, string e ) : System
s string
e string
return System

TextSeparator() public method

public TextSeparator ( string s, string e, char np ) : System
s string
e string
np char
return System

Property Details

end public property

public string end
return string

hasEnd public property

public bool hasEnd
return bool

hasNotPrior public property

public bool hasNotPrior
return bool

notPrior public property

public char notPrior
return char

start public property

public string start
return string