22 public Type
To => typeof(
string);
33 throw new ArgumentException(
"Expected case-insensitive string.", nameof(Value));
35 return CiString.Value;
48 throw new ArgumentException(
"Expected case-insensitive string.", nameof(Value));
Represents a case-insensitive string.
Converts case-insensitive strings to normal strings.
IElement ConvertToElement(object Value)
Converts the object in Value to an object of type To, encapsulated in an IElement.
Type From
Converter converts objects of this type.
object Convert(object Value)
Converts the object in Value to an object of type To.
Type To
Converter converts objects to this type.
Basic interface for all types of elements.
Converts an object of one type to an object of another type.