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

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

input
System.IO.TextReaderfrom which the data in XML format should be read. The data is returned in the Unicode format. The encoding specified in the XML declaration is not used by the XmlDataReader for decoding the data stream.

Glossary Item Box

Initializes a new instance of the XmlDataReader class using the specified System.IO.TextReader.

Синтаксис

public XmlDataReader( 
   TextReader input 
)

Параметры

input
System.IO.TextReaderfrom which the data in XML format should be read. The data is returned in the Unicode format. The encoding specified in the XML declaration is not used by the XmlDataReader for decoding the data stream.

Смотри также

© Terrasoft 2002-2017.

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

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