Click or drag to resize
InstrumentTryParse Method

Namespace: SharpCharts.Base.Data
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public static bool TryParse(
	string s,
	out Instrument instrument
)

Parameters

s
Type: SystemString
instrument
Type: SharpCharts.Base.DataInstrument

Return Value

Type: Boolean
See Also