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 float literal.
override bool Equals(object obj)
const string TypeUri
http://www.w3.org/2001/XMLSchema#float
SingleLiteral()
Represents a float literal.
override int GetHashCode()
SingleLiteral(float Value, string StringValue)
Represents a float literal.
override ISemanticLiteral Parse(string Value, string DataType, string Language)
Tries to parse a string value of the type supported by the class..
override double ComparableValue
Comparable numeric value.
SingleLiteral(float Value)
Represents a float literal.
override Grade Supports(Type ValueType)
How well the type supports a given value type.
override string StringType
Type name
override ISemanticLiteral Encapsulate(object Value)
Encapsulates an object value as a semantic literal 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.