ToStringHelper Class

Definition

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

Applies to