WorkflowSymbol.Decode(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the data encoding format into a data object for a specified type.
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
Parameters
- symbolString
- String
The symbol string.
Returns
The data encoded format converts into a data object for a specified type.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.