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

Parser for command line arguments.
Afficher le fichier Open project: brunomlopes/dbdeploy.net

Méthodes publiques

Méthode Description
ParseDelimiterType ( string value ) : IDelimiterType

Parses the type of the delimiter.

ParseLineEnding ( string value ) : string

Parses the line ending.

Method Details

ParseDelimiterType() public static méthode

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

ParseLineEnding() public static méthode

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