C# Class Net.Sf.Dbdeploy.Configuration.Parser

Parser for command line arguments.
Datei anzeigen Open project: brunomlopes/dbdeploy.net

Public Methods

Method Description
ParseDelimiterType ( string value ) : IDelimiterType

Parses the type of the delimiter.

ParseLineEnding ( string value ) : string

Parses the line ending.

Method Details

ParseDelimiterType() public static method

Parses the type of the delimiter.
public static ParseDelimiterType ( string value ) : IDelimiterType
value string The string to parse.
return IDelimiterType

ParseLineEnding() public static method

Parses the line ending.
public static ParseLineEnding ( string value ) : string
value string The value to parse.
return string