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