Hi everyone
I am following a tutorial on youtube, the person has created a Byte variable but did not show how to get, there are so many different types of variable with the name Byte in them, do you guys know how to get the Byte one
many thanks
Hi everyone
I am following a tutorial on youtube, the person has created a Byte variable but did not show how to get, there are so many different types of variable with the name Byte in them, do you guys know how to get the Byte one
many thanks
Hi,
Usually we use System.Byte as the following.
Note: first, select Array of [T], next Browse for Types , then choose System.Byte.
Regards,
I get an error when I try to assign this : System.IO.File.ReadAllBytes(“img.jpg”) to the variable type you have shown me
error I get is : 1-dimensional array of byte cannot be converted to Byte
I dont think that’s the correct variable type, the one the person is using in the tutorial is Byte open and close bracket
cannot assign from system.Byte to system.Byte
Hi,
can you try the following steps.
First, choose “Array of [T]”
Next,choose “Browse of Types”
Then Choose “System.Byte”
Regards,
thats the tutorial link in case you guys want to have a look
Embed Images(Base64) into E-Mail Body using UiPath - YouTube
Beautifull Boss, thank you very much
What about the variable type : Generic Value ?
Hi,
In this case, probably it won’t work.
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.