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

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

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