Int32RectValueSerializer.ConvertToString Metod

Definition

Konverterar en instans av Int32Rect till en 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

Parametrar

value
Object

Objektet som ska konverteras till en sträng.

context
IValueSerializerContext

Kontextinformation som används för konvertering.

Returer

En strängrepresentation av den angivna Int32Rect.

Gäller för