rice class : IsClass(string) method
Description
Gets a value that indicates whether the argument string is user-defined type name.
Syntax
riceInstance.IsClass(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 user-defined type name. |
Sample code
//anyRice is a instance of rice type.
bool userDefined = anyRice.IsClass("anyName");
Notes
None
Links for reference
None


