Construct a StringAtom.

 

   

Syntax
 

[C#]
StringAtom()
StringAtom(string value)

[Visual Basic]
Sub New()
Sub New(value As String)

 

   

Params
 
Name Description
value The initial value that the Atom should adopt.

 

   

Notes
 

Create a StringAtom.

If a value is not specified the default - an empty string - will be used.

 

   

Example
 

None.