Skip to content

Text

Text - BoolToString

Converts a bool value to string

IN

Name Type Description
InValue Bool The bool value.
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutText String The string value.
Error ErrorState Gets the execution error message

Text - FloatToString

Converts a float value to string

IN

Name Type Description
InNumber Float The float value.
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutText String The string value.
Error ErrorState Gets the execution error message

Text - IntToString

Converts a int value to string

IN

Name Type Description
InNumber Int The int value.
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutText String The string value.
Error ErrorState Gets the execution error message