FloatContextAdd Method (Double, String) |
Adds a raw value to the context (wraps it in a typedValue) as well as storing the localized value.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic void Add(
double value,
string localizedText
)
Parameters
- value
- Type: SystemDouble
The value to wrap and add. - localizedText
- Type: SystemString
Localized string representation
See Also