menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TryParseMethod<T> - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TryParseMethod<T>

    Handler method to checks the input value is parsed to output type.

    Inheritance
    System.Object
    TryParseMethod<T>
    Namespace: Syncfusion.PivotAnalysis.UWP.Engine
    Assembly: Syncfusion.PivotAnalysis.UWP.dll
    Syntax
    public sealed class TryParseMethod<T> : MulticastDelegate
    Type Parameters
    Name Description
    T

    The target type.

    Constructors

    TryParseMethod(Object, IntPtr)

    Declaration
    public TryParseMethod(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(String, out T, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(string input, out T value, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.String input
    T value
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(out T, IAsyncResult)

    Declaration
    public virtual bool EndInvoke(out T value, IAsyncResult result)
    Parameters
    Type Name Description
    T value
    System.IAsyncResult result
    Returns
    Type
    System.Boolean

    Invoke(String, out T)

    Declaration
    public virtual bool Invoke(string input, out T value)
    Parameters
    Type Name Description
    System.String input
    T value
    Returns
    Type
    System.Boolean

    Extension Methods

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