Represents a value converter that converts strings into double values by using the double.TryParse method.
Namespace: Telerik.Windows.Controls.ConvertersAssembly: Telerik.Windows.Core (in Telerik.Windows.Core.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| Visual Basic |
|---|
Public Class StringToDoubleConverter _
Inherits TypeConverter |
| Visual C++ |
|---|
public ref class StringToDoubleConverter : public TypeConverter |
Inheritance Hierarchy
See Also