For Babelfish Release 1.11.3.13

MatchID(String) Constructor

Creates a new instance of a MatchID object based on the passed in string, that it expects to be in the MatchID format.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public MatchID(
	string fullMatchID
)

Parameters

fullMatchID  String

Exceptions

FormatExceptionThrown if the passed in fullMatchID string is not in the expected format.

See Also