Suoranta.Finance Namespace
Suoranta.Finance - Developer API

FxPair..::..TryParse Method

Tries to parse symbol.

Namespace:  Suoranta.Finance
Assembly:  Suoranta.Finance (in Suoranta.Finance.dll)

Syntax


public static bool TryParse(
	string symbol,
	out FxPair pair
)

Parameters

symbol
Type: String
the six-letter symbol of the FxPair
pair
Type: Suoranta.Finance..::..FxPair%
the parsed FxPair

Return Value

true if parsed successfully, false otherwise.