C# Class Forex_Strategy_Builder.Data_Parser

Afficher le fichier Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Private Properties

Свойство Type Description
AnaliseInput int
ParseInput int

Méthodes publiques

Méthode Description
Data_Parser ( string sInput ) : System

Analyses and parses an input string

Parse ( ) : int

Parses the input string

Private Methods

Méthode Description
AnaliseInput ( ) : int

Analyses the input file

ParseInput ( ) : int

Parses the input file

Method Details

Data_Parser() public méthode

Analyses and parses an input string
public Data_Parser ( string sInput ) : System
sInput string
Résultat System

Parse() public méthode

Parses the input string
public Parse ( ) : int
Résultat int