StringUtilsStringToStream Method |
| Name | Description | |
|---|---|---|
| StringToStream(String) |
Creates a Stream from a string. Internally creates
a memory stream and returns that.
| |
| StringToStream(String, Encoding) |
Creates a Stream from a string. Internally creates
a memory stream and returns that.
|