ToStringHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Utility class to produce culture-oriented representation of an object as a string.
public ref class ToStringHelper abstract sealed
public ref class ToStringHelper abstract sealed
class ToStringHelper abstract sealed
public static class ToStringHelper
type ToStringHelper = class
Public Class ToStringHelper
- Inheritance
-
ToStringHelper
Properties
FormatProvider |
Gets or sets format provider to be used by ToStringWithCulture method. |
Methods
ToStringWithCulture(Object) |
This is called from the compile/run appdomain to convert objects within an expression block to a string |