Hi everyone, i have an issue :
I'm using an application which need to check a filename that i store in a string like :
strName = file.Name
For example, the file name is : "Self Assessment Referential - C+ : 55% "
I need to get the C+ in a string (gradeLetter) and 55 in an integer (gradeNumber)
How is it possible?
Thanks.
I'm using an application which need to check a filename that i store in a string like :
strName = file.Name
For example, the file name is : "Self Assessment Referential - C+ : 55% "
I need to get the C+ in a string (gradeLetter) and 55 in an integer (gradeNumber)
How is it possible?
Thanks.