public class FormatterConverter : IFormatterConverter
|
| ctor #1 | Default constructor. This constructor is called by derived class constructors to initialize state in this type. Initializes a new instance of the FormatterConverter class. |
| Convert | Overloaded:Convert(object value, Type type) Converts a value to the given Type. |
| Convert | Overloaded:Convert(object value, TypeCode typeCode) Converts a value to the given TypeCode. |
| Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
| GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
| GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
| ToBoolean | Converts a value to a Boolean. |
| ToByte | Converts a value to an 8-bit unsigned integer. |
| ToChar | Converts a value to a Unicode character. |
| ToDateTime | Converts a value to a DateTime. |
| ToDecimal | Converts a value to a Decimal. |
| ToDouble | Converts a value to a double-precision floating-point number. |
| ToInt16 | Converts a value to a 16-bit signed integer. |
| ToInt32 | Converts a value to a 32-bit signed integer. |
| ToInt64 | Converts a value to a 64-bit signed integer. |
| ToSByte | Converts a value to an SByte. |
| ToSingle | Converts a value to a single-precision floating-point number. |
| ToString (inherited from System.Object) |
Overloaded:ToString()See base class member description: System.Object.ToStringDerived from System.Object, the primary base class for all objects. |
| ToString | Overloaded:ToString(object value) Converts the specified object to a String. |
| ToUInt16 | Converts a value to a 16-bit unsigned integer. |
| ToUInt32 | Converts a value to a 32-bit unsigned integer. |
| ToUInt64 | Converts a value to a 64-bit unsigned integer. |
| Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
| MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public FormatterConverter(); |
value
type
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
value
typeCode
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
~FormatterConverter(); |
public virtual int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
value
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
value
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
value
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
value
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
value
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
value
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
value
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
value
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
value
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
value
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
value
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
public virtual string ToString(); |
value
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
value
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
value
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |
value
| Exception Type | Condition |
|---|---|
| ArgumentNullException | The value parameter is null. |