Udostępnij za pośrednictwem


Int32CollectionValueSerializer.CanConvertFromString Metoda

Definicja

Konwertuje wystąpienie Int32Collection klasy na .String

public:
 override bool CanConvertFromString(System::String ^ value, System::Windows::Markup::IValueSerializerContext ^ context);
public override bool CanConvertFromString (string value, System.Windows.Markup.IValueSerializerContext context);
override this.CanConvertFromString : string * System.Windows.Markup.IValueSerializerContext -> bool
Public Overrides Function CanConvertFromString (value As String, context As IValueSerializerContext) As Boolean

Parametry

value
String

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

context
IValueSerializerContext

Informacje kontekstowe używane do konwersji.

Zwraca

Boolean

Reprezentacja String dostarczonego Int32Collection obiektu.

Dotyczy