ImportBaseTryParseInstrument Method |
Namespace: ArthaChitra.Model.IOAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax protected bool TryParseInstrument(
string s,
out Instrument instrument
)
Parameters
- s String
- String value
- instrument Instrument
- Instrument object
Return Value
BooleanTrue if successful else false
See Also