![]()
A string that can be used as a code identifier, such as the name of a method parameter.
The CodeIdentifier.MakeValid(string) method removes any characters that cannot appear in a code identifier. It returns the string "Item" if no characters are valid. It prefixes the string "Item" to an input that begins with an invalid start character, for example, a digit, or a currency symbol.
You do not need to call this method directly.