Forum Discussion

VasanthVijay's avatar
VasanthVijay
Contributor
12 years ago

how to convert the object into clrFullClassName?

how to convert the object into clrFullClassName?

2 Replies

  • gid_216's avatar
    gid_216
    Frequent Contributor
    Hi Vasanth,



    ClrFullClassName is the property of objects. If you want to get the ClrFullClassName value you can use <object>.ClrFullClassName

  • Hi Vasanth,


     


    ClrFullClassName is the class name of the object. Usually, it's used to identify the target object. Could you please clarify what your task is?