Search
Converter.ToStream Method
See Also
 





Converts the specified string value to stream.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Stream ToStream (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToStream( _
    s As String _
) As Stream

 Parameters

s

The string value to convert from.

 Return Value

A .NET Stream object that is deserialized from the specified string.

 See Also