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
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
Hi @pankajmohan.dhane ,
Check for the following in Import Panel:
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.