Get the String 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 GetStringValue( _ 
   ByVal key As String _ 
) As String
C#
public virtual string GetStringValue(
   string key
)
C++
public:
 virtual String GetStringValue(
   String key
)
J#
public virtual string GetStringValue(
   string key
)
JScript
public virtual  function GetStringValue(
   key : String
) : String

Parameters

key
The header key.

Return Value

The associated value or null if not found or if the value is not a string.

See Also