Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

last word of string to uppercase c#

var res = sentence.Substring(sentence.LastIndexOf(' ') + 1).ToUpper()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #word #string #uppercase
ADD COMMENT
Topic
Name
3+9 =