Babelfish Help Documentation
C#
For Babelfish Release 1.11.1.3
Show/Hide TOC
Match
ID(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.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
Copy
public
MatchID
(
string
fullMatchID
)
Parameters
fullMatchID
String
Exceptions
FormatException
Thrown if the passed in fullMatchID string is not in the expected format.
See Also
Reference
MatchID Class
MatchID Overload
Scopos.BabelFish.DataModel.OrionMatch Namespace
In This Article
Definition
Exceptions
See Also