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