TessaJsonConverterReadBinaryObjectFromBase64 - метод |
Пространство имён:
Tessa.Platform.Json
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис protected virtual byte[] ReadBinaryObjectFromBase64(
JsonReader reader
)
Protected Overridable Function ReadBinaryObjectFromBase64 (
reader As JsonReader
) As Byte()
protected:
virtual array<unsigned char>^ ReadBinaryObjectFromBase64(
JsonReader^ reader
)
abstract ReadBinaryObjectFromBase64 :
reader : JsonReader -> byte[]
override ReadBinaryObjectFromBase64 :
reader : JsonReader -> byte[]
Параметры
- reader
- Тип: JsonReader
Возвращаемое значение
Тип:
ByteСм. также