InstrumentDefinitionImportBaseTryParseLine Method |
Parse the line
Namespace: ArthaChitra.Model.DataAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic abstract bool TryParseLine(
string line,
out IEnumerable<InstrumentDefinition> instrumentDefinitions
)
Parameters
- line String
- Line
- instrumentDefinitions IEnumerableInstrumentDefinition
- Collection of InstrumentDefinition
Return Value
Boolean
See Also