Int32CollectionValueSerializer.ConvertFromString Method

Definition

Determines if an instance of Int32Collection can be converted to a String.

public:
 override System::Object ^ ConvertFromString(System::String ^ value, System::Windows::Markup::IValueSerializerContext ^ context);
public override object ConvertFromString (string value, System.Windows.Markup.IValueSerializerContext context);
override this.ConvertFromString : string * System.Windows.Markup.IValueSerializerContext -> obj
Public Overrides Function ConvertFromString (value As String, context As IValueSerializerContext) As Object

Parameters

value
String

Instance of Int32Collection to evaluate for conversion.

context
IValueSerializerContext

Context information used for conversion.

Returns

true if value can be converted into a String; otherwise, false.

Exceptions

Occurs when value is not a Int32Collection.

Applies to