Takes in the value
Get the bool value, if the value is a bool
Get the float/double value, if the value is a float/double
Gets the value of the object, depending on the type given (T)
Get the int/long value, if the value is a int/long
Get the string value, if the value is a string
Get the values EntryValueType type
Get the uint/ulong value, if the value is a uing/ulong
Union for storing each type of value
Object for holding the entry value