[]
        
(Showing Draft Content)

C1.WPF.Core.DoubleArrayTypeConverter

DoubleArrayTypeConverter Class

Converts a string into an array of double.

Inheritance
DoubleArrayTypeConverter
Namespace: C1.WPF.Core
Assembly: C1.WPF.Core.dll
Syntax
public class DoubleArrayTypeConverter : TypeConverter

Constructors

Name Description
DoubleArrayTypeConverter()

Methods

Name Description
CanConvertFrom(ITypeDescriptorContext, Type)
CanConvertTo(ITypeDescriptorContext, Type)
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)
Parse(string)

Parses a string and convert it to an array of double.