Click or drag to resize
FormHelperGetDoubleValueInDBCulture Method

Note: This API is now obsolete.

Gets double value in system (en) culture format.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use method GetDoubleValueInSystemCulture")]
public static string GetDoubleValueInDBCulture(
	string value
)

Parameters

value
Type: SystemString
Value to be converted

Return Value

Type: String
See Also