Class TryParser<T>
Inheritance
System.Object
TryParser<T>
Implements
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class TryParser<T> : Object, ITryParser
Type Parameters
Name |
---|
T |
Constructors
TryParser(TryParseMethod<T>)
Declaration
public TryParser(TryParseMethod<T> parsingMethod)
Parameters
Type | Name | Description |
---|---|---|
TryParseMethod<T> | parsingMethod |
Methods
TryParse(String, out Object)
Declaration
public bool TryParse(string input, out object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | input | |
System.Object | value |
Returns
Type |
---|
System.Boolean |