WPF

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

    Show / Hide Table of Contents

    Class TryParser<T>

    Inheritance
    System.Object
    TryParser<T>
    Implements
    ITryParser
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class TryParser<T> : ITryParser
    Type Parameters
    Name Description
    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 Description
    System.Boolean

    Implements

    ITryParser
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved