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