menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TypeConverterHelper - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TypeConverterHelper

    Inheritance
    System.Object
    TypeConverterHelper
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public static class TypeConverterHelper : Object

    Methods

    AddParser<T>(TryParseMethod<T>)

    Declaration
    public static void AddParser<T>(TryParseMethod<T> parseMethod)
    Parameters
    Type Name Description
    TryParseMethod<T> parseMethod
    Type Parameters
    Name
    T

    CanConvert(Type, String)

    Declaration
    public static bool CanConvert(Type type, string input)
    Parameters
    Type Name Description
    System.Type type
    System.String input
    Returns
    Type
    System.Boolean

    Convert(Type, String, out Object)

    Declaration
    public static bool Convert(Type type, string input, out object value)
    Parameters
    Type Name Description
    System.Type type
    System.String input
    System.Object value
    Returns
    Type
    System.Boolean

    Convert<T>(String, out T)

    Declaration
    public static bool Convert<T>(string input, out T value)
    Parameters
    Type Name Description
    System.String input
    T value
    Returns
    Type
    System.Boolean
    Type Parameters
    Name
    T

    IsNullableType(Type)

    Declaration
    public static bool IsNullableType(Type nullableType)
    Parameters
    Type Name Description
    System.Type nullableType
    Returns
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved