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

ClassNameDescription
stringsearchString to search.

Return value

ClassDescription
boolA 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

Copyright © Rice All rights reserved.