WorkflowSymbol.Decode(String) 메서드

정의

데이터 인코딩 형식을 지정된 형식의 데이터 개체로 변환합니다.

public:
 static System::Activities::Debugger::Symbol::WorkflowSymbol ^ Decode(System::String ^ symbolString);
public static System.Activities.Debugger.Symbol.WorkflowSymbol Decode(string symbolString);
static member Decode : string -> System.Activities.Debugger.Symbol.WorkflowSymbol
Public Shared Function Decode (symbolString As String) As WorkflowSymbol

매개 변수

symbolString
String

기호 문자열입니다.

반품

데이터 인코딩된 형식은 지정된 형식에 대한 데이터 개체로 변환됩니다.

적용 대상