StrokeCollectionConverter.ConvertTo 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 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 对象。
返回
表示指定 StrokeCollection 的对象。
- 属性
例外
destinationType
为 null
。
注解
如果不是StrokeCollection或不是或不是StringInstanceDescriptor,destinationType
则ConvertTo返回null``value
该方法。
该方法 ConvertTo 返回 base-64 编码的墨迹序列化格式 (ISF) 。 当无法存储原始字节数据(如网页中)时,将墨迹数据存储为 base-64 编码的 ISF 非常有用。