Click or drag to resize

StringUtilsStringToStream Method

Overload List
  NameDescription
Public methodStatic memberStringToStream(String)
Creates a Stream from a string. Internally creates a memory stream and returns that.
Public methodStatic memberStringToStream(String, Encoding)
Creates a Stream from a string. Internally creates a memory stream and returns that.
Top
See Also