XmlSanitizerStream.ReadToEnd Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > XmlSanitizerStream Class > XmlSanitizerStream Methods >

XmlSanitizerStream.ReadToEnd Method

BR.AN.PviServices .NET


Reads the stream from the current position to the end of the stream.

[Visual Basic]

Public Overrides Sub ReadToEnd()

[C#]

public override string ReadToEnd();

Return Value

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("").

See Also

XmlSanitizerStream Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]