IrcStringTypeConverter MembersNetIRC2 IRC Client Library for .NET

The IrcStringTypeConverter type exposes the following members.
Constructors

  NameDescription
Public methodIrcStringTypeConverter
Initializes a new instance of the IrcStringTypeConverter class
Back to Top
Methods

  NameDescription
Public methodCanConvertFrom
Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
(Overrides OnlineTypeConverter CanConvertFrom(ITypeDescriptorContext, Type).)
Public methodCanConvertTo
Returns whether this converter can convert the object to the specified type, using the specified context.
(Overrides OnlineTypeConverter CanConvertTo(ITypeDescriptorContext, Type).)
Public methodConvertFrom
Converts the given object to the type of this converter, using the specified context and culture information.
(Overrides OnlineTypeConverter ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Public methodConvertTo
Converts the given value object to the specified type, using the specified context and culture information.
(Overrides OnlineTypeConverter ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Back to Top
See Also