Rohan Ramani

Rohan Ramani

  • NA
  • 786
  • 137.3k

How to get last 3 character from the string c#?

Feb 13 2020 6:41 AM
Hi All,
I have a string
  1. string A = "abcdefgh";  
I need the last 3 characters from this string  "fgh".
How to do this using c#? 

Answers (1)