Method | Description | |
---|---|---|
IsVBKeyword ( string word ) : bool |
Determines whether or not the specifed word is a VB keyword.
|
|
Normalize ( string keyword ) : string |
Normalizes a keyword for standard casing.
|
Method | Description | |
---|---|---|
CreateNormalizedKeywordDictionary ( ) : string>.Dictionary |
Creates a dictionary of special cases when normalizing keywords.
|
public static IsVBKeyword ( string word ) : bool | ||
word | string | The word to test. |
return | bool |
public static Normalize ( string keyword ) : string | ||
keyword | string | VB keyword. |
return | string |