menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITryParser - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved