Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

XmlDataReader (Stream) - конструктор Смотри также  Terrasoft.Common - пространство имен > XmlDataReader - класс > XmlDataReader : XmlDataReader (Stream) C#

input
The stream that contains data in XML format.

Glossary Item Box

Initializes a new instance of the XmlDataReader class using the specified stream.

Синтаксис

public XmlDataReader( 
   Stream input 
)

Параметры

input
The stream that contains data in XML format.

Заметки

The method searches the first bytes of the stream for specified byte order marks or other encoding indicators. The detected encoding is used in the following stream reading while the procedure continues to analyze incoming data as a stream of Unicode characters.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?