C# Класс Krs.Ats.IBNet.BinaryReaderExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ReadBoolFromInt ( this reader ) : bool
ReadInt ( this reader ) : int
ReadStr ( this reader ) : string

Описание методов

ReadBoolFromInt() публичный статический Метод

public static ReadBoolFromInt ( this reader ) : bool
reader this
Результат bool

ReadInt() публичный статический Метод

public static ReadInt ( this reader ) : int
reader this
Результат int

ReadStr() публичный статический Метод

public static ReadStr ( this reader ) : string
reader this
Результат string