Table of Contents

Class InfoProviderTemplateBase.ToStringInstanceHelper

Namespace
CMS.DataEngine.Generators
Assembly
CMS.DataEngine.dll

Utility class to produce culture-oriented representation of an object as a string.

public class InfoProviderTemplateBase.ToStringInstanceHelper
Inheritance
object
InfoProviderTemplateBase.ToStringInstanceHelper
Extension Methods

Properties

FormatProvider

Gets or sets format provider to be used by ToStringWithCulture method.

public IFormatProvider FormatProvider { get; set; }

Property Value

IFormatProvider

Methods

ToStringWithCulture(object)

This is called from the compile/run appdomain to convert objects within an expression block to a string

public string ToStringWithCulture(object objectToConvert)

Parameters

objectToConvert object

Returns

string