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

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

valueType
Type.

Glossary Item Box

Gets the value of the current attribute converted to the specified type.

Синтаксис

public override object GetValue( 
   Type valueType 
)

Параметры

valueType
Type.

Тип возвращаемого значения

The value of the current attribute, converted to the valueType type.

Исключения

ИсключениеОписание
System.ArgumentNullExceptionIf the null value is passed as a valueType parameter.
UnsupportedTypeExceptionIf the valueType type is not supported.

Смотри также

© Terrasoft 2002-2017.

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

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