Click or drag to resize
DataTypeGetString Method
Gets the string representation of the given value

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public string GetString(
	Object value,
	CultureInfo culture
)

Parameters

value
Type: SystemObject
Value to convert
culture
Type: System.GlobalizationCultureInfo
Culture used for conversion to string

Return Value

Type: String
See Also