Basics
Convert - ToByte
Converts the input number to byte value
IN
| Name | Type | Description |
|---|---|---|
| InValue | T | The input value. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutValue | Byte | The converted value. |
| Error | ErrorState | Gets the execution error message |
Convert - ToDouble
Converts the input number to double-precision floating-point number.
IN
| Name | Type | Description |
|---|---|---|
| InValue | T | The input value. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutValue | Double | The converted value. |
| Error | ErrorState | Gets the execution error message |
Convert - ToFloat
Converts the input number to single-precision floating-point number.
IN
| Name | Type | Description |
|---|---|---|
| InValue | T | The input value. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutValue | Float | The converted value. |
| Error | ErrorState | Gets the execution error message |
Convert - ToInt
Converts the input number to 32-bit signed integer
IN
| Name | Type | Description |
|---|---|---|
| InValue | T | The input value. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutValue | Int | The converted value. |
| Error | ErrorState | Gets the execution error message |
Convert - ToInt16
Converts the input number to 16-bit signed integer
IN
| Name | Type | Description |
|---|---|---|
| InValue | T | The input value. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutValue | Int16 | The converted value. |
| Error | ErrorState | Gets the execution error message |
Convert - ToInt64
Converts the input number to 64-bit signed integer
IN
| Name | Type | Description |
|---|---|---|
| InValue | T | The input value. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutValue | Int64 | The converted value. |
| Error | ErrorState | Gets the execution error message |
Convert - ToSByte
Converts the input number to sbyte value
IN
| Name | Type | Description |
|---|---|---|
| InValue | T | The input value. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutValue | SByte | The converted value. |
| Error | ErrorState | Gets the execution error message |
Convert - ToString
Converts the input to its equivalent string representation
IN
| Name | Type | Description |
|---|---|---|
| InValue | T | The input value. |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutValue | String | The converted value. |
| Error | ErrorState | Gets the execution error message |
Convert - ToUInt16
Converts the input number to 64-bit signed integer
IN
| Name | Type | Description |
|---|---|---|
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutValue | UInt16 | The converted value. |
| Error | ErrorState | Gets the execution error message |
Convert - ToUInt64
Converts the input number to 64-bit signed integer
IN
| Name | Type | Description |
|---|---|---|
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutValue | UInt64 | The converted value. |
| Error | ErrorState | Gets the execution error message |