WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Delegate TryParseMethod<T> - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Delegate TryParseMethod<T>

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public delegate bool TryParseMethod<T>(string input, out T value);
    Parameters
    Type Name Description
    System.String input
    T value
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    T

    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 Description
    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 Description
    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 Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved