.NET Framework Class Library for Silverlight
TypeConverter Members

Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.

The TypeConverter type exposes the following members.

Constructors

  NameDescription
Public methodTypeConverterInitializes a new instance of the TypeConverter class.
Top
Methods

  NameDescription
Public methodCanConvertFromOverloaded. Returns whether the type converter can convert an object from the specified type to the type of this converter.
Public methodCanConvertToOverloaded. Returns whether the type converter can convert an object to the specified type.
Public methodConvertFromOverloaded. Converts from the specified value to the intended conversion type of the converter.
Public methodConvertFromStringConverts the specified text to an object.
Public methodConvertToOverloaded. Converts the specified value object to the specified type.
Public methodConvertToStringConverts the specified object to a string representation.
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
See Also

Reference

Tags :


Page view tracker