menu

WPF

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

    Show / Hide Table of Contents

    Interface ITryParser

    Provides the support for parsing values into desired type.

    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public interface ITryParser

    Methods

    TryParse(String, out Object)

    Gets a value indicating whether the specified input string can be converted into object or not.

    Declaration
    bool TryParse(string input, out object value)
    Parameters
    Type Name Description
    System.String input

    The specified string.

    System.Object value

    The converted value.

    Returns
    Type Description
    System.Boolean

    true if the conversion can takes place; otherwise false.

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