What import required to use StrConv

Hi All,

I am trying make 1st letter is upper in word like ABC to Abc an am, using StrConv(stringValue,VBStrConv.ProperCase) method but I don know what should Import to get StrConv method.

Thanks,
Pankaj

No additional package import is required other than UiPath.System.Activities.

Hi @pankajmohan.dhane ,

Check for the following in Import Panel:

image

You can use full namespace and check

Microsoft.VisualBasic.VbStrConv

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.