15 public Type
From => typeof(
double);
20 public Type
To => typeof(
string);
37 if (Value is
double d)
58 if (Value is
double d)
Class managing a script expression.
static string ToString(double Value)
Converts a value to a string, that can be parsed as part of an expression.
Converts double numbers to string values.
bool TryConvert(object Value, out object Result)
Converts the object in Value to an object of type To.
bool TryConvertToElement(object Value, out IElement Result)
Converts the object in Value to an object of type To, encapsulated in an IElement.
Type From
Converts double numbers to string values.
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...
Basic interface for all types of elements.
Converts an object of one type to an object of another type.