StrokeCollectionConverter.ConvertTo 方法

定义

StrokeCollection 转换为字符串。

public:
 override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value, Type ^ destinationType);
[System.Security.SecurityCritical]
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType);
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType);
[<System.Security.SecurityCritical>]
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
Public Overrides Function ConvertTo (context As ITypeDescriptorContext, culture As CultureInfo, value As Object, destinationType As Type) As Object

参数

context
ITypeDescriptorContext

一个 ITypeDescriptorContext,用于提供格式上下文。

culture
CultureInfo

要用作当前区域性的 CultureInfo 对象。

value
Object

要转换的 Object

destinationType
Type

转换的目标 Type

返回

Object

表示指定 StrokeCollection 的对象。

属性

例外

destinationTypenull

注解

如果不是StrokeCollection或不是或不是StringInstanceDescriptordestinationTypeConvertTo返回null``value该方法。

该方法 ConvertTo 返回 base-64 编码的墨迹序列化格式 (ISF) 。 当无法存储原始字节数据(如网页中)时,将墨迹数据存储为 base-64 编码的 ISF 非常有用。

适用于