VeriStand .NET API Reference

Content Type
Programming Language
Current manual

VoidValue Methods

The VoidValue type exposes the following members.

Methods

NameDescription
Clone Creates a new object that is a copy of the current data resource. (Inherited from DataResource.)
CompareTo
Overloaded. Compares this instance to a specified object and returns an integer that indicates their relationship to each other.
Equals
Overloaded. Returns a value indicating whether this instance is equal to the specified object, which must be a DataValue object. This method uses Body and the CaseValue to determine equivalency.
FinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
FromString Converts the specified string to an empty string. (Overrides ScalarDataValue.FromString(String).)
GetBytes Returns the data value as an array of bytes. (Inherited from DataValue.)
GetHashCode Serves as a hash function for a DataValue object. The hash code this method returns is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from DataValue.)
GetTypeGets the Type of the current instance. (Inherited from Object.)
MemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
SetBytes Sets the value of VoidValue based on Bytes. Using this method has no effect. (Overrides DataValue.SetBytes(Byte[]).)
ToBoolean Returns false (False in Visual Basic). (Overrides ScalarDataValue.ToBoolean().)
ToDouble Returns a a value that is not a number (NaN). (Overrides ScalarDataValue.ToDouble().)
ToInt32 Returns zero as a 32-bit signed integer. (Overrides ScalarDataValue.ToInt32().)
ToInt64 Returns zero as a 64-bit signed integer. (Overrides ScalarDataValue.ToInt64().)
ToString Returns a string representation of zero. (Overrides Object.ToString().)
ToUInt32 Returns zero as a 32-bit unsigned integer. (Overrides ScalarDataValue.ToUInt32().)
ToUInt64 Returns zero as a 64-bit unsigned integer. (Overrides ScalarDataValue.ToUInt64().)

See Also

Was this information helpful?