What's the name and where I get?

Hello,
What’s the name of this (CountryGroup.Contains(row.Item(“Country”).ToString) function/code?Below image type of function
image
Where I will get complete guide this type of code?

Thanks

2 Likes

No worries
This expression gives us a Boolean value like either True or False
Where
—CountryGroup = must be a variable of type string
—Contains = is a method that will check whether right side mentioned value is there in the left side of contains like CountryGroup contains the mentioned value or not
—row = is the variable from for each row activity having a datatable as input
—Country is the column name in that datatable from where we are fetching the value from each row during each iteration of loop inside the for each row

Cheers @razu91

2 Likes

image

I want to know, what’s the name this type of function?
How can I learn in or where from learn?

1 Like

@razu91,
take if condition from activity panel.
type → String.IsNullOrEmpty(row(2).ToString). → if you put dot (.) then automatically this function menu will show up.
image

@razu91 This are all the dot net methods which we ca use.

1 Like

@razu91
You can find reference in Microsoft site
Please see information in below URL

2 Likes

any more references for learn?

all dotNet modules are available on the lefthand side. Please have a look.

3 Likes

Have any video tutorial (broadly)?

1 Like

This would help you

Cheers @razu91

Register hear.
After registration, you can find different courses on UiPath.
Enroll Level 1 - Foundation Training and you will enjoy a lot.