MemoryShellContent Constructor (String, Encoding) |
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public MemoryShellContent(
string text,
Encoding encoding
)
Parameters
- text
- Type: SystemString
The input text. - encoding
- Type: System.TextEncoding
The text encoding.
See Also