Udostępnij za pośrednictwem


CacheModeValueSerializer.ConvertToString Metoda

Definicja

Konwertuje wystąpienie CacheMode klasy na .String

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

Parametry

value
Object

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

context
IValueSerializerContext

Informacje kontekstowe używane do konwersji.

Zwraca

Reprezentacja String określonego CacheMode obiektu.

Dotyczy