Compartir a través de


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

Name Description
FormatProvider

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

Methods

Name Description
ToStringWithCulture(Object)

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

Applies to