Split string

Hi @pal1910,
Use this code to get first value
strValue.ToString().split(" "c)(0)

Refer this post

Regards,
Arivu :slight_smile: