C# Class Krs.Ats.IBNet.BinaryReaderExtensions

Afficher le fichier Open project: qusma/ib-csharp

Méthodes publiques

Méthode Description
ReadBoolFromInt ( this reader ) : bool
ReadInt ( this reader ) : int
ReadStr ( this reader ) : string

Method Details

ReadBoolFromInt() public static méthode

public static ReadBoolFromInt ( this reader ) : bool
reader this
Résultat bool

ReadInt() public static méthode

public static ReadInt ( this reader ) : int
reader this
Résultat int

ReadStr() public static méthode

public static ReadStr ( this reader ) : string
reader this
Résultat string