rice class : IsKeyword(string) method
Description
Gets a value that indicates whether the argument string is keyword.
Syntax
riceInstance.IsKeyword(string search)
Arguments
| Class | Name | Description |
| string | search | String to search. |
Return value
| Class | Description |
| bool | A value that indicates whether the argument string is keyword. |
Sample code
//anyRice is a instance of rice type.
bool keyword = anyRice.IsKeyword("class");
Notes
None
Links for reference
None


