Interface ITryParser
This interface represents to check input values are parsed to output value type.
Namespace: Syncfusion.PivotAnalysis.UWP.Engine
Assembly: Syncfusion.PivotAnalysis.UWP.dll
Syntax
public interface ITryParser
Methods
TryParse(String, out Object)
This method is used to check input values are parsed to output value type.
Declaration
bool TryParse(string input, out object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | input | |
System.Object | value |
Returns
Type |
---|
System.Boolean |