Read a Smiles string and populates associated Molecule object
Namespace:
Hyleos.Chemistry.SmilesAssembly: Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)
Syntax
| C# |
|---|
public bool ReadSmiles( string smiles ) |
| Visual Basic (Declaration) |
|---|
Public Function ReadSmiles ( _ smiles As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool ReadSmiles( String^ smiles ) |
Parameters
- smiles
- Type: System..::.String
Smiles string
Return Value
True on success, false otherwise
Exceptions
| Exception | Condition |
|---|---|
| Hyleos.Common..::.HyleosException | On error raise an HyleosException |