String Functions (Tut*Str*)


These functions are used to convert and duplicate strings.

TutRealToStr — convert a real number to a string using the option Real_Number_Format

T_STR TutRealToStr(num) 
T_REAL8 num; 

TutStrDup — duplicate a string

T_STR TutStrDup(str) 
T_STR str;  

TutStrLwr — convert string to lower case

T_STR TutStrLwr(dest, src) 
T_STR dest; 
T_STR src; 

TutStrUpr — convert string to upper case

T_STR TutStrUpr(dest, src) 
T_STR dest; 
T_STR src; 

TIBCO SmartSockets™ API Quick Reference
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com