rice class : IsKeyword(string) method

Description

Gets a value that indicates whether the argument string is keyword.

Syntax

riceInstance.IsKeyword(string search)

Arguments

ClassNameDescription
stringsearchString to search.

Return value

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

Copyright © Rice All rights reserved.