Int32CollectionConverter.ConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)
.NET Framework 3.5
Attempts to convert a specified object to an Int32Collection instance.
Assembly: PresentationCore (in PresentationCore.dll)
public override Object ConvertFrom( ITypeDescriptorContext context, CultureInfo culture, Object value )
You cannot use methods in XAML.
Parameters
- context
- Type: System.ComponentModel.ITypeDescriptorContext
Context information used for conversion.
- culture
- Type: System.Globalization.CultureInfo
Cultural information that is respected during conversion.
- value
- Type: System.Object
The object being converted.
| Exception | Condition |
|---|---|
| NotSupportedException | value is null or the type invalid. |
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.