Click or drag to resize

ImportBaseTryParseInstrument Method

Parses an string to Instrument

Namespace: ArthaChitra.Model.IO
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected bool TryParseInstrument(
	string s,
	out Instrument instrument
)

Parameters

s  String
String value
instrument  Instrument
Instrument object

Return Value

Boolean
True if successful else false
See Also