bool class : TypeName getter

Description

Gets the type name.

Syntax

boolInstance.TypeName

Arguments

None

Return value

ClassDescription
stringThe type name.

Sample code

//anyBool is a instance of bool type.

string typeName = anyBool.TypeName;

Notes

This getter returns "bool".

Links for reference

None

Copyright © Rice All rights reserved.