WorkflowBlob(String) Constructor
Constructs new instance of WorkflowBlob and fills it with a content decoded from BASE64 representation
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public WorkflowBlob(
string base64string
)
Public Sub New (
base64string As String
)
public:
WorkflowBlob(
String^ base64string
)
new :
base64string : string -> WorkflowBlob
Parameters
- base64string String
- BASE64 representation of stream content