C# 클래스 Net.Sf.Dbdeploy.Configuration.Parser

Parser for command line arguments.
파일 보기 프로젝트 열기: brunomlopes/dbdeploy.net

공개 메소드들

메소드 설명
ParseDelimiterType ( string value ) : IDelimiterType

Parses the type of the delimiter.

ParseLineEnding ( string value ) : string

Parses the line ending.

메소드 상세

ParseDelimiterType() 공개 정적인 메소드

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

ParseLineEnding() 공개 정적인 메소드

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