Class LaunchPageBase.ToStringInstanceHelper
Utility class to produce culture-oriented representation of an object as a string.
Inheritance
System.Object
LaunchPageBase.ToStringInstanceHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:ClickTwice.Publisher.Core.Resources
Assembly:ClickTwice.Publisher.Core.dll
Syntax
public class ToStringInstanceHelper
Properties
| Improve this Doc View SourceFormatProvider
Gets or sets format provider to be used by ToStringWithCulture method.
Declaration
public IFormatProvider FormatProvider { get; set; }
Property Value
Type | Description |
---|---|
System.IFormatProvider |
Methods
| Improve this Doc View SourceToStringWithCulture(Object)
This is called from the compile/run appdomain to convert objects within an expression block to a string
Declaration
public string ToStringWithCulture(object objectToConvert)
Parameters
Type | Name | Description |
---|---|---|
System.Object | objectToConvert |
Returns
Type | Description |
---|---|
System.String |