Search
Converter.ToStreamV4 Method
See Also
 





Converts the specified string value to stream.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Stream ToStreamV4 (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToStreamV4( _
    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.

 Remarks

This method is used in XML file format 4 and earlier.

 See Also