C# 클래스 Forex_Strategy_Builder.Data_Parser

파일 보기 프로젝트 열기: nuggett11/Forex-Strategy-Builder 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AnaliseInput int
ParseInput int

공개 메소드들

메소드 설명
Data_Parser ( string sInput ) : System

Analyses and parses an input string

Parse ( ) : int

Parses the input string

비공개 메소드들

메소드 설명
AnaliseInput ( ) : int

Analyses the input file

ParseInput ( ) : int

Parses the input file

메소드 상세

Data_Parser() 공개 메소드

Analyses and parses an input string
public Data_Parser ( string sInput ) : System
sInput string
리턴 System

Parse() 공개 메소드

Parses the input string
public Parse ( ) : int
리턴 int