Udostępnij za pośrednictwem


DoubleCollectionValueSerializer.ConvertFromString Metoda

Definicja

Konwertuje element String na .DoubleCollection

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

String wartość, która ma być konwertowana na wartość DoubleCollection.

context
IValueSerializerContext

Informacje kontekstowe używane do konwersji.

Zwraca

Object

Nowe wystąpienie oparte DoubleCollection na podanym valueobiekcie .

Dotyczy