activities
latest
false
- Overview
- Cryptography
- Database
- Java
- Python
- WebAPI
Convert Java Object
Developer Activities
Last updated Oct 22, 2024
Convert Java Object
UiPath.Java.Activities.ConvertJavaObject
Converts a
JavaObject
into a .NET primitive data type. Only primitive .NET types and Arrays
of primitive .NET types are supported.
Note: The Java activity package is now compatible with .NET 5 Windows.
Common
- DisplayName - The display name of the activity. This field supports only
String
variables.
Input
- Java Object - The
JavaObject
variable that you want to convert to a .NET data type. This field supports onlyJavaObject
variables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
- TypeArgument - A drop-down menu which lets you select what .NET type you want to turn the
JavaObject
variable into. By default,Object
is selected. Only primitive .NET andArrays
of primitive .NET data types are supported.
Output
- Result - The converted
JavaObject
, stored in the variable type specified in the TypeArgument property field.