Search
Converter.FromStream Method
See Also
 





Converts the specified stream to string.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static string FromStream (
    Stream val
)

Visual Basic  Copy Code

Public Shared Function FromStream( _
    val As Stream _
) As String

 Parameters

val
The Stream object to convert.

 Return Value

A string representing the specified value.

 See Also