Click or drag to resize
AbstractTableManagerGetValueString Method
Returns the value string using the database culture. Does not include apostrophes for types that need them

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public virtual string GetValueString(
	Object value
)

Parameters

value
Type: SystemObject
Value to convert

Return Value

Type: String

Implements

ITableManagerGetValueString(Object)
See Also