Web
Docs
Framework
Guide
API
GitHub
Twitter
Get Help
Support/Buy
StringStream
.
String
Property
Namespace
Statiq
.Common
Type
StringStream
Constructors
StringStream
(string)
StringStream
(string,
Encoding)
StringStream
(string,
Encoding,
int)
Method Members
Dispose
(bool)
Flush
()
Read
(byte[],
int,
int)
Read
(Span
<byte>
)
ReadAsync
(byte[],
int,
int,
CancellationToken)
ReadAsync
(Memory
<byte>
,
CancellationToken)
Reset
()
Seek
(long,
SeekOrigin)
SetLength
(long)
Write
(byte[],
int,
int)
Property Members
CanRead
CanSeek
CanWrite
Length
Position
String
Namespace
Statiq
.Common
Containing Type
StringStream
Property Type
string
Syntax
public string String { get; }
Value
Type
Description
string
On This Page
Syntax
Value