79704958

Date: 2025-07-17 14:21:36
Score: 1.5
Natty:
Report link

VB.NET has a STRINGS class with RIGHT method that will return 1 (or more) characters.

Dim myString as String = "123456"
Dim sLast as String = Strings.Right(myString, 1)

https://learn.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.strings?view=netframework-4.8.1

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: ourmandave