Class TemplateBaseBase.ToStringInstanceHelper
Utility class to produce culture-oriented representation of an object as a string.
public class TemplateBaseBase.ToStringInstanceHelper
- Inheritance
-
TemplateBaseBase.ToStringInstanceHelper
- Inherited Members
Properties
FormatProvider
Gets or sets format provider to be used by ToStringWithCulture method.
public IFormatProvider FormatProvider { get; set; }
Property Value
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
objectToConvertobject