ActivityWithResultValueSerializer.ConvertToString 메서드

정의

지정한 개체를 문자열로 serialize합니다.

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

매개 변수

value
Object

직렬 전송을 위해 문자열로 변환되는 개체입니다.

context
IValueSerializerContext

문자열로 변환되는 개체의 serialization에 대한 컨텍스트를 정의합니다.

반환

serialize할 수 있는 식의 문자열 버전입니다.

적용 대상