WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TypeConverterHelper - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TypeConverterHelper

    Inheritance
    System.Object
    TypeConverterHelper
    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 static class TypeConverterHelper

    Methods

    AddParser<T>(TryParseMethod<T>)

    Declaration
    public static void AddParser<T>(TryParseMethod<T> parseMethod)
    Parameters
    Type Name Description
    TryParseMethod<T> parseMethod
    Type Parameters
    Name Description
    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 Description
    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 Description
    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 Description
    System.Boolean
    Type Parameters
    Name Description
    T

    IsNullableType(Type)

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