<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > XmlSanitizerStream Class > XmlSanitizerStream Methods > XmlSanitizerStream.ReadToEnd Method |
Reads the stream from the current position to the end of the stream.
[Visual Basic]
Public Overrides Sub ReadToEnd()
[C#]
public override string ReadToEnd();
The rest of the stream as a string, from the current position to the end. If the current position is at the end of the stream, returns the empty string("").
XmlSanitizerStream Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]