Converts a string to a LINQ node expression containing the parsed string.
Uses Telerik Expression Parser to parse the string to an ExpressionNode (AST) object.
If there is a parse error returns null.
Namespace: Telerik.Windows.DataAssembly: Telerik.Windows.Data (in Telerik.Windows.Data.dll) Version: 2013.1.403.1050
Syntax
| Visual Basic |
|---|
Public Class ExpressionTypeConverter _
Inherits TypeConverter |
Inheritance Hierarchy
See Also