Search Results for

    Show / Hide Table of Contents

    Class SvgNumberCollectionConverter

    A class to convert string into SvgNumberCollection instances.

    Inheritance
    Object
    TypeConverter
    SvgNumberCollectionConverter
    Inherited Members
    TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type)
    TypeConverter.CanConvertFrom(Type)
    System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Type)
    TypeConverter.CanConvertTo(Type)
    System.ComponentModel.TypeConverter.ConvertFrom(System.Object)
    TypeConverter.ConvertFromInvariantString(ITypeDescriptorContext, String)
    TypeConverter.ConvertFromInvariantString(String)
    TypeConverter.ConvertFromString(ITypeDescriptorContext, CultureInfo, String)
    TypeConverter.ConvertFromString(ITypeDescriptorContext, String)
    TypeConverter.ConvertFromString(String)
    TypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
    TypeConverter.ConvertTo(Object, Type)
    TypeConverter.ConvertToInvariantString(ITypeDescriptorContext, Object)
    System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)
    System.ComponentModel.TypeConverter.ConvertToString(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object)
    TypeConverter.ConvertToString(ITypeDescriptorContext, Object)
    System.ComponentModel.TypeConverter.ConvertToString(System.Object)
    TypeConverter.CreateInstance(IDictionary)
    TypeConverter.CreateInstance(ITypeDescriptorContext, IDictionary)
    TypeConverter.GetConvertFromException(Object)
    TypeConverter.GetConvertToException(Object, Type)
    TypeConverter.GetCreateInstanceSupported()
    TypeConverter.GetCreateInstanceSupported(ITypeDescriptorContext)
    System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object)
    System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext, System.Object, System.Attribute[])
    TypeConverter.GetProperties(Object)
    TypeConverter.GetPropertiesSupported()
    System.ComponentModel.TypeConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)
    System.ComponentModel.TypeConverter.GetStandardValues()
    TypeConverter.GetStandardValues(ITypeDescriptorContext)
    System.ComponentModel.TypeConverter.GetStandardValuesExclusive()
    TypeConverter.GetStandardValuesExclusive(ITypeDescriptorContext)
    System.ComponentModel.TypeConverter.GetStandardValuesSupported()
    TypeConverter.GetStandardValuesSupported(ITypeDescriptorContext)
    System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext, System.Object)
    TypeConverter.IsValid(Object)
    TypeConverter.SortProperties(PropertyDescriptorCollection, String[])
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Svg
    Assembly: Svg.dll
    Syntax
    public class SvgNumberCollectionConverter : TypeConverter

    Methods

    | Improve this Doc View Source

    ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

    Converts the given object to the type of this converter, using the specified context and culture information.

    Declaration
    public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
    Parameters
    Type Name Description
    System.ComponentModel.ITypeDescriptorContext context

    An System.ComponentModel.ITypeDescriptorContext that provides a format context.

    CultureInfo culture

    The CultureInfo to use as the current culture.

    Object value

    The Object to convert.

    Returns
    Type Description
    Object

    An Object that represents the converted value.

    Overrides
    TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
    Exceptions
    Type Condition
    NotSupportedException

    The conversion cannot be performed.

    | Improve this Doc View Source

    Parse(ReadOnlySpan<Char>)

    Declaration
    public static SvgNumberCollection Parse(ReadOnlySpan<char> numbers)
    Parameters
    Type Name Description
    ReadOnlySpan<System.Char> numbers
    Returns
    Type Description
    SvgNumberCollection
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX