EdbValue#

class pyedb.dotnet.database.edb_data.edbvalue.EdbValue(edb_obj)#

Class defining Edb Value properties.

Overview#

value

Variable Value Object.

name

Variable name.

tofloat

Returns the float number of the variable.

tostring

Returns the string of the variable.

Import detail#

from pyedb.dotnet.database.edb_data.edbvalue import EdbValue

Property detail#

property EdbValue.value#

Variable Value Object.

Returns:
Edb Object
property EdbValue.name#

Variable name.

Returns:
str
property EdbValue.tofloat#

Returns the float number of the variable.

Returns:
float
property EdbValue.tostring#

Returns the string of the variable.

Returns:
str