Supports converting strings to various types.
| C# | Visual Basic | Visual C++ |
public class ValueConverter
Public Class ValueConverter
public ref class ValueConverter
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| ValueConverter()()() | Initializes a new instance of the ValueConverter class | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FromString<(Of <(T>)>)(String) |
Creates an instance of the specified type from string data.
| |
| FromString(String, Type) |
Creates an instance of the specified type from string data.
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToFriendlyString(Object) |
Creates a human readable string representation of an object.
| |
| ToString(Object) |
Creates a string representation of an object.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| ValueConverter | |
