Helps with parsing of commong data types.
static bool TryParse(string s, out double Value)
Tries to decode a string encoded double.
Represents a bool literal.
override string StringType
Type name
BooleanLiteral(bool Value)
Represents a bool literal.
BooleanLiteral(bool Value, string StringValue)
Represents a bool literal.
override Grade Supports(Type ValueType)
How well the type supports a given value type.
override ISemanticLiteral Encapsulate(object Value)
Encapsulates an object value as a semantic literal value.
override int GetHashCode()
const string TypeUri
http://www.w3.org/2001/XMLSchema#boolean
override bool Equals(object obj)
override ISemanticLiteral Parse(string Value, string DataType, string Language)
Tries to parse a string value of the type supported by the class..
BooleanLiteral()
Represents a bool literal.
Represents a custom literal.
Represents a string literal.
Abstract base class for semantic literal values.
string StringValue
String representation of value.
override string ToString()
Interface for semantic literals.