Converts the specified stream to string.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public static string FromStream ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function FromStream( _ |
The Stream object to convert.
A string that represents the specified stream value.
See Also