i have a tag;
i need to be able to change the mv to something else, and the number of characters to the left of the . is not always constant. therefore i need to cut from the right, as the .mv is always the same,
what is the c# equivalent of this?
ive looked into substrings but that seems to be from the left only?