ReactionRead Method (String, String) |
Read a reaction string which file format is known
Namespace:
Scilligence.MolEngine
Assembly:
Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntaxpublic static Reaction Read(
string buff,
string mimetype
)
Parameters
- buff
- Type: SystemString
The input string - mimetype
- Type: SystemString
The string's file format
Return Value
Type:
ReactionA reaction object if succeeded
See Also