Click or drag to resize
BindingInfoTemplateBaseToStringInstanceHelper Class
Utility class to produce culture-oriented representation of an object as a string.
Inheritance Hierarchy
SystemObject
  CMS.DataEngine.GeneratorsBindingInfoTemplateBaseToStringInstanceHelper

Namespace: CMS.DataEngine.Generators
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class ToStringInstanceHelper

The BindingInfoTemplateBaseToStringInstanceHelper type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFormatProvider
Gets or sets format provider to be used by ToStringWithCulture method.
Top
Methods
  NameDescription
Public methodToStringWithCulture
This is called from the compile/run appdomain to convert objects within an expression block to a string
Top
See Also