ConvertibleExtensions Class

Provides extension methods for IConvertible.

Definition

Namespace: Jodosoft.Primitives
Assembly: Jodosoft.Primitives (in Jodosoft.Primitives.dll) Version: 2.0
[CLSCompliantAttribute(false)]
public static class ConvertibleExtensions
Inheritance
Object    ConvertibleExtensions

Methods

ToTypeDefault Converts the value of this instance to an Object of the specified Type by calling one of the named conversions from IConvertible, such as ToChar(IFormatProvider) or ToDouble(IFormatProvider).

See Also