XmlDataReader.GetValue - метод Смотри также Terrasoft.Common - пространство имен > XmlDataReader - класс : GetValue - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
GetValue(DataConverter) | Gets object that represents the value of the current attribute, converted with the help of the passed instance DataConverter. |
GetValue(Type) | Gets the value of the current attribute converted to the specified type. |
GetValue<TValue>() | Gets the value of this type of the current attribute, converting it to this type. |