Skip to content

M_Ekstrand_Text_StringUtil_StreamToString

Fred Ekstrand edited this page Aug 4, 2020 · 1 revision

StringUtil.StreamToString Method

Return a converted stream to a string

Namespace: Ekstrand.Text
Assembly: StringOperations (in StringOperations.dll) Version: 1.0.0.3 (1.0.0.3)

Syntax

C#

public static string StreamToString(
	Stream str
)

VB

Public Shared Function StreamToString ( 
	str As Stream
) As String

C++

public:
static String^ StreamToString(
	Stream^ str
)

F#

static member StreamToString : 
        str : Stream -> string 

Parameters

 

str
Type: System.IO.Stream
Stream to be converted to a string.

Return Value

Type: String
A string that has been converted from a stream.

See Also

Reference

StringUtil Class
Ekstrand.Text Namespace

Clone this wiki locally