ClassIntCollectionConverter
Class
Converts a string that represent a list of ints to an observable collection of ints. The integers in the string must be separated with a comma, for example "10, 20, 50".
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class IntCollectionConverter : TypeConverter
Inheritance: objectTypeConverterIntCollectionConverter
Inherited Members
Constructors
IntCollectionConverter()
Declaration
cs-api-definition
public IntCollectionConverter()
Methods
CanConvertFrom(ITypeDescriptorContext, Type)
Declaration
cs-api-definition
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
context
sourceType
Returns
Overrides
CanConvertTo(ITypeDescriptorContext, Type)
Declaration
cs-api-definition
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
context
destinationType
Returns
Overrides
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
Declaration
cs-api-definition
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
context
culture
value
Returns
Overrides
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)
Declaration
cs-api-definition
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
context
culture
value
destinationType
Returns
Overrides