InstrumentDefinitionImportBaseTryParseLine Method |
Namespace: ArthaChitra.Model.DataAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public abstract bool TryParseLine(
string line,
out IEnumerable<InstrumentDefinition> instrumentDefinitions
)
Parameters
- line String
-
- instrumentDefinitions IEnumerableInstrumentDefinition
-
Return Value
BooleanSee Also