"Culture info is not declared " Error

Hello Team ,

I am receiving the error "Culture info is not declared " while trying to convert first letter of string into a Capital letter .

CultureInfo.CurrentCulture.TextInfo.ToTitleCase(Trimmed_User_first_NameCAP)

Trimmed_User_first_NameCAP is a string variable

Thanks
Akhil

@Akhil_Raveendran,

Use the below expression in write line, if you want to convert first letter of any string to capital letter.

StrConv(“anil”,VbStrConv.ProperCase)

1 Like

@Akhil_Raveendran,

Please find the below link:

1 Like

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