Udostępnij za pośrednictwem


Int32CollectionValueSerializer.ConvertFromString Metoda

Definicja

Określa, czy wystąpienie Int32Collection programu można przekonwertować na element 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

Parametry

value
String

Wystąpienie klasy do oceny pod kątem Int32Collection konwersji.

context
IValueSerializerContext

Informacje kontekstowe używane do konwersji.

Zwraca

Object

truejeśli value można przekonwertować na element String; w przeciwnym razie . false

Wyjątki

Występuje, gdy value element nie jest .Int32Collection

Dotyczy