IdeaBlade DevForce 2010 Help Reference
ToString(Stream) Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > StreamFns Class > ToString Method : ToString(Stream) Method



stream
Returns a string from a stream.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function ToString( _
   ByVal stream As Stream _
) As String
Visual Basic (Usage)Copy Code
Dim stream As Stream
Dim value As String
 
value = StreamFns.ToString(stream)
C# 
public static string ToString( 
   Stream stream
)
C++/CLI 
public:
static String^ ToString( 
   Stream^ stream
) 

Parameters

stream

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.