get_value_str


Description:

public string get_value_str (DataHandler? dh)

Same functionality as get_value except that it returns the value as a string (the conversion is done using dh if not null, or the default data handler otherwise).

Parameters:

this

a Holder object

dh

a DataHandler to use, or null

Returns:

the value, or null