Click or drag to resize

InstrumentDefinitionImportBaseTryParseLine Method


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

Parameters

line  String
 
instrumentDefinitions  IEnumerableInstrumentDefinition
 

Return Value

Boolean
See Also