An NDoc documented library
ByteParser.Boolean Property
See Also
Example
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++
Language Filter: J#
Language Filter: JScript
Visual Basic (Declaration)
Visual Basic (Usage)
C#
C++
J#
JScript
Get a boolean value from the beginning of the buffer
Namespace:
nom.tam.util
Assembly:
CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration)
Public Overridable ReadOnly Property Boolean As
Boolean
C#
public virtual
bool
Boolean { get; }
C++
public virtual property
bool
Boolean {
bool
get();
}
J#
/** property */
public
bool
get_Boolean();
JScript
public function get Boolean() :
bool
See Also
ByteParser Class
nom.tam.util Namespace