Does this card contain a string value?


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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property IsStringValue As Boolean
C#
public virtual bool IsStringValue { get; }
C++
public virtual property bool IsStringValue {
    bool get();
}
J#
/** property */
public bool get_IsStringValue();
JScript
public function get IsStringValue() : bool

See Also