Log I/O
Loading...
Searching...
No Matches
DlisType.ULONG Class Referencesealed

Representation of the DLIS type ULONG. More...

Inherits DlisType.

Public Member Functions

override object GetValue ()
 
override bool IsNoValue ()
 Check if the value of this instance represents a no-value.
Returns
True if the value represents a no-value, false otherwise.

 
override void SetValue (object v)
 
override string ToString ()
 
- Public Member Functions inherited from DlisType
override bool Equals (object o)
 
double? GetAsDouble ()
 Return the value of this instance as a double.
 
int? GetAsInteger ()
 Return the value of this instance as an integer.
 
string GetAsString ()
 Return a string representation of this instance.
 
override int GetHashCode ()
 
object GetValue ()
 Return the value of this instance.
 
Type GetValueType ()
 Return the .Net type of the value of this instance.
 
void SetValue (object v)
 Set the value of this instance.
 

Detailed Description

Representation of the DLIS type ULONG.

See RP66 V1 Appendix B.17 .

Member Function Documentation

◆ IsNoValue()

override bool IsNoValue ( )
virtual

Check if the value of this instance represents a no-value.

Returns
True if the value represents a no-value, false otherwise.

Reimplemented from DlisType.


The documentation for this class was generated from the following file: