Get the CAST expression.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- value
- Type: System String
Value to be casted
- type
- Type: System String
Type the value should be casted to
Return Value
Type: StringExamples
GetCast("ActivityValue", "FLOAT")
See Also