PythonScript Xojo Plugin
PythonEntity.FromString Method
Constructs Python3Entity from a String value.
shared
FromString(
value
as
String)
as
PythonEntity
Parameters
value
The value to construct the PythonEntity from.
Returns
PythonEntity
Remarks
See Also
PythonEntity Class