Get the boolean value associated with the given key.


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Function GetBooleanValue( _ 
   ByVal key As String _ 
) As Boolean
C#
public virtual bool GetBooleanValue(
   string key
)
C++
public:
 virtual bool GetBooleanValue(
   String key
)
J#
public virtual bool GetBooleanValue(
   string key
)
JScript
public virtual  function GetBooleanValue(
   key : String
) : bool

Parameters

key
header key.

Return Value

The value found, or false if not found or if the keyword is not a logical keyword.

See Also