Transformed |
public struct TransformedValue
The TransformedValue type exposes the following members.
| Name | Description | |
|---|---|---|
| BaseValueToTransformedValue | Converts a base value to the requested transformed representation. | |
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
| FromTo | Converts a value from one transformed representation to another. | |
| GetFormula | Returns a formula string for the specified transformation applied to the given variable name. | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) | |
| TransformedValueToBaseValue | Converts a transformed value back to the original base value. |