Click or drag to resize
SqlHelperGetRound Method
Gets the round expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static string GetRound(
	string value,
	int places
)

Parameters

value
Type: SystemString
Value expression
places
Type: SystemInt32
Places to round to

Return Value

Type: String
See Also