StringUtils.StringToStream

Creates a Stream from a string. Internally creates a memory stream and returns that.

Note: stream returned should be disposed!

public static Stream StringToStream(string text,
	Encoding encoding)

Parameters

text

encoding


See also:

Class StringUtils

© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic