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, _ ByVal dft As Boolean _ ) As Boolean |
| C# |
|---|
| public virtual bool GetBooleanValue( string key, bool dft ) |
| C++ |
|---|
| public: virtual bool GetBooleanValue( String key, bool dft ) |
| J# |
|---|
| public virtual bool GetBooleanValue( string key, bool dft ) |
| JScript |
|---|
| public virtual
function GetBooleanValue( key : String, dft : bool ) : bool |
Parameters
- key
- The header key.
- dft
- The value to be returned if the key cannot be found or if the parameter does not seem to be a boolean.
Return Value
the associated value.