Int32RectValueSerializer.ConvertFromString 方法

定义

String 转换为 Int32Rect

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

参数

value
String

要转换的字符串。

context
IValueSerializerContext

用于转换的上下文信息。

返回

Object

基于所提供的 valueInt32Rect 新实例。

注解

实现在内部使用 Int32Rect.Parse

适用于