Converts the specified string value to stream.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public static Stream ToStreamV4 ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function ToStreamV4( _ |
The string value to convert from.
A .NET Stream object that is deserialized from the specified string.
RemarksThis method is used in XML file format 4 and earlier.
See Also