RadControls for Silverlight

IValueConverter that converts strings to objects with the specified in the ConverterParameter type.

Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data (in Telerik.Windows.Data.dll) Version: 2013.1.403.1050

Syntax

C#
public class StringToObjectConverter : IValueConverter
Visual Basic
Public Class StringToObjectConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::..Object
  Telerik.Windows.Data..::..StringToObjectConverter

See Also