Data Type Conversion


Table 5 summarizes legal datatype conversions. The symbol X in Table 5 indicates that a value written into a message as the row type can be extracted as the column type. This table applies to all message values—including map pairs, headers and properties—

Table 5 Data Type Conversion
 
bool
byte
short
char
int
long
float
double
string
byte[]
bool
X
 
 
 
 
 
 
 
X
 
byte
 
X
X
 
X
X
 
 
X
 
short
 
 
X
 
X
X
 
 
X
 
char
 
 
 
X
 
 
 
 
X
 
int
 
 
 
 
X
X
 
 
X
 
long
 
 
 
 
 
X
 
 
X
 
float
 
 
 
 
 
 
X
X
X
 
double
 
 
 
 
 
 
 
X
X
 
string
X
X
X
 
X
X
X
X
X
 
byte[]
 
 
 
 
 
 
 
 
 
X

except as noted below.

Notes


TIBCO Enterprise Message Service™ .NET Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com