From: Admin Tensor Date: 2011-10-28T03:47:21+09:00 Subject: Re: Ruby C: How to convert any object type into a T_STRING? Hi, You can try VALUE anyVal; ... VALUE strVal = rb_funcall(anyVal, rb_intern("to_s"), 0); Regards, Bill -- Posted via http://www.ruby-forum.com/.