Gladimir
Well-known member
Hello everyone,
Im slowly working way around c-sharp and am trying to figure out what the C# equivalent to VBs Right function might be.
I want to grab the right-most 8 characters of a string, but the best way I can see to do it is to use the string.Remove method with the string.Length property.
Is that the easiest best or is there a better way that I dont know about?
Im slowly working way around c-sharp and am trying to figure out what the C# equivalent to VBs Right function might be.
I want to grab the right-most 8 characters of a string, but the best way I can see to do it is to use the string.Remove method with the string.Length property.
Is that the easiest best or is there a better way that I dont know about?