Interface ITryParser
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public interface ITryParser
Methods
TryParse(String, out Object)
Declaration
bool TryParse(string input, out object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | input | |
System.Object | value |
Returns
Type | Description |
---|---|
System.Boolean |