menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ITypeDescriptorDependencyService - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ITypeDescriptorDependencyService

    Represents descriptor dependency service.

    Namespace: Syncfusion.XForms.DataForm
    Assembly: Syncfusion.SfDataForm.XForms.dll
    Syntax
    public interface ITypeDescriptorDependencyService

    Methods

    ConvertFromInvariantString(Type, String)

    Converts the given string to the type of this converter, using the invariant culture.

    Declaration
    object ConvertFromInvariantString(Type type, string s)
    Parameters
    Type Name Description
    System.Type type

    The converter type.

    System.String s

    The string to convert.

    Returns
    Type Description
    System.Object

    Converted value.

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