vb.net remove first character from string code example Example: remove first character from string vb NewString = OldString.Remove(0, 1)