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