QuinnJohns
July 18th, 2005, 11:09 PM
Would I have to write my own macro to do conversions? or are there any prebuilt functions to handle conversions, from Texbox entries.
-ascii -> ascii
txtConverTo->Text = txtConvertFrom->Text
-ascii -> hex
txtConverTo->Text = hex(txtConvertFrom->Text)
--- gives
error C2664: 'std::hex': cannot convert parameter 1 from 'System::String __gc *' to 'std::ios_base &' ------ how would I fix it? please?
-ascii -> ascii
txtConverTo->Text = txtConvertFrom->Text
-ascii -> hex
txtConverTo->Text = hex(txtConvertFrom->Text)
--- gives
error C2664: 'std::hex': cannot convert parameter 1 from 'System::String __gc *' to 'std::ios_base &' ------ how would I fix it? please?