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

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

The BindingInfoTemplateV12BaseToStringInstanceHelper 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