ReactionRead Method (String, String) |
Parse a reaction string, and output the string's file format
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,
out string mimetype
)
Parameters
- buff
- Type: SystemString
The input string - mimetype
- Type: SystemString
Output the string's file format
Return Value
Type:
ReactionA reaction object if succeeded
See Also