C# 클래스 Arc.Domain.Dsl.Parse

DSL for parsing values.
파일 보기 프로젝트 열기: marektihkan/Arc

공개 메소드들

메소드 설명
DateTime ( string time ) : IParsingResult

Parses date and time from string.

Decimal ( string number ) : IParsingResult

Parses decimal from string.

Integer ( string number ) : IParsingResult

Parses integer from string.

메소드 상세

DateTime() 공개 정적인 메소드

Parses date and time from string.
public static DateTime ( string time ) : IParsingResult
time string The time.
리턴 IParsingResult

Decimal() 공개 정적인 메소드

Parses decimal from string.
public static Decimal ( string number ) : IParsingResult
number string The number.
리턴 IParsingResult

Integer() 공개 정적인 메소드

Parses integer from string.
public static Integer ( string number ) : IParsingResult
number string The number.
리턴 IParsingResult