Table of Contents

Class ObjectToStringFactory

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Contains properties and methods related to IObjectToString.

public class ObjectToStringFactory
Inheritance
ObjectToStringFactory

Properties

BooleanToString

Gets default IObjectToString implementation for the bool type.

ByteToString

Gets default IObjectToString implementation for the byte type.

CharToString

Gets default IObjectToString implementation for the char type.

DBNullToString

Gets default IObjectToString implementation for the case if type is DBNull.

DateTimeToString

Gets default IObjectToString implementation for the DateTime type.

DecimalToString

Gets default IObjectToString implementation for the decimal type.

Default

Gets or sets default ObjectToStringFactory implementation.

DoubleToString

Gets default IObjectToString implementation for the double type.

EmptyToString

Gets default IObjectToString implementation for the case if type is Empty.

Int16ToString

Gets default IObjectToString implementation for the short type.

Int32ToString

Gets default IObjectToString implementation for the int type.

Int64ToString

Gets default IObjectToString implementation for the long type.

ObjectToString

Gets default IObjectToString implementation for the object type.

SByteToString

Gets default IObjectToString implementation for the sbyte type.

SingleToString

Gets default IObjectToString implementation for the float type.

StringToString

Gets default IObjectToString implementation for the string type.

UInt16ToString

Gets default IObjectToString implementation for the ushort type.

UInt32ToString

Gets default IObjectToString implementation for the uint type.

UInt64ToString

Gets default IObjectToString implementation for the ulong type.

Methods

GetConverter(TypeCode)

Gets default IObjectToString implementation for the specified TypeCode.