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. |