menu

UWP

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

    Show / Hide Table of Contents

    Class TryParser<T>

    Inheritance
    System.Object
    TryParser<T>
    Implements
    ITryParser
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class TryParser<T> : Object, ITryParser
    Type Parameters
    Name
    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
    System.Boolean

    Implements

    ITryParser

    Extension Methods

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