Value.setFromString

Stores the value data from its string representation as type.

class Value
int
setFromString
(
string asString
,
GdaValueType type
)

Parameters

asString string

the stringified representation of the value.

type GdaValueType

the type of the value

Return Value

Type: int

TRUE if the value has been properly converted to type from its string representation. FALSE otherwise.

Meta