Search
Converter.FromStreamV4 Method
See Also
 





Converts the specified memory stream to string.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static string FromStreamV4 (
    MemoryStream val
)

Visual Basic  Copy Code

Public Shared Function FromStreamV4( _
    val As MemoryStream _
) As String

 Parameters

val

The Stream object to convert.

 Return Value

A string representing the specified value.

 Remarks

This method is used in XML file format 4 and earlier.

 See Also