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