Get the CAST expression.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
 Syntax
Syntaxpublic static string GetCast(
	string value,
	string type
)
Parameters
- value
- Type: SystemString
 Value to be casted
- type
- Type: SystemString
 Type the value should be casted to
Return Value
Type: 
String Examples
ExamplesGetCast("ActivityValue", "FLOAT")
            returns "CAST(ActivityValue AS INT)"
            
 See Also
See Also