Click or drag to resize

MolBaseReadSMILES Method

Read SMILES string

Namespace:  Scilligence.MolEngine
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static MolBase ReadSMILES(
	string buff
)

Parameters

buff
Type: SystemString
The input SMILES string

Return Value

Type: MolBase
A Molecule, Reaction, or Sketch object based on input
See Also