Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne true si le caractère est valide dans le générateur de jetons ; Sinon, retournez false.
public abstract bool IsValidChar (char ch);
abstract member IsValidChar : char -> bool
Public MustOverride Function IsValidChar (ch As Char) As Boolean