Interface for semantic nodes.
Interface for semantic literals.
string StringType
Type name (or null if literal value is a string)
ISemanticLiteral Encapsulate(object Value)
Encapsulates an object value as a semantic literal value.
ISemanticLiteral Parse(string Value, string DataType, string Language)
Tries to parse a string value of the type supported by the class..
string StringValue
String representation of value.