17 public Type
From => typeof(
string);
44 else if (Value is
string s)
70 else if (Value is
string s)
Represents a case-insensitive string.
static readonly ObjectValue Null
Null value.
Converts normal strings to case-insensitive strings.
bool TryConvert(object Value, out object Result)
Converts the object in Value to an object of type To.
Type From
Converter converts objects of this type.
Type To
Converter converts objects to this type.
double Weight
Weight of the converter. An estimate of how well the converter performs, or how much information is r...
bool TryConvertToElement(object Value, out IElement Result)
Converts the object in Value to an object of type To, encapsulated in an IElement.
Basic interface for all types of elements.
Converts an object of one type to an object of another type.