Method IsEnglishCharOrDot
IsEnglishCharOrDot(char)
Gets whether the specified character is english char or dot.
public static bool IsEnglishCharOrDot(char c)
Parameters
c
char
Gets whether the specified character is english char or dot.
public static bool IsEnglishCharOrDot(char c)
c
char