示例#1
0
I_Value* toValue_byte( vuint8 inValue )
{
	I_Value* pValue = new FBL::Value_byte();
	
	pValue->put_Byte( inValue );
	
	return pValue;
}