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

戻り値

指定した StrokeCollection を表すオブジェクト。

属性

例外

destinationTypenullです。

注釈

が でない場合は ConvertTo を返し、StrokeCollectionそうでない場合destinationTypeString または InstanceDescriptorを返nullvalueします。

メソッドは ConvertTo base-64 でエンコードされた Ink Serialized Format (ISF) を返します。 Web ページなどの生バイト データを格納できない場合は、base-64 でエンコードされた ISF としてインク データを格納すると便利です。

適用対象