Click or drag to resize

InstrumentDefinitionImportBaseTryParseLine Method

Parse the line

Namespace: ArthaChitra.Model.Data
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public abstract bool TryParseLine(
	string line,
	out IEnumerable<InstrumentDefinition> instrumentDefinitions
)

Parameters

line  String
Line
instrumentDefinitions  IEnumerableInstrumentDefinition
Collection of InstrumentDefinition

Return Value

Boolean
See Also