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