Gets the round expression
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static string GetRound(
string value,
int places
)
Parameters
- value
- Type: SystemString
Value expression - places
- Type: SystemInt32
Places to round to
Return Value
Type:
StringSee Also