Partager via


WorkflowSymbol.Decode(String) Méthode

Définition

Convertit le format d'encodage de données en objet de données pour un type spécifié.

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

Paramètres

symbolString
String

Chaîne de symboles.

Retours

Le format encodé des données effectue la conversion en objet de données pour un type spécifié.

S’applique à