FDO API Reference Feature Data Objects

CommonUtilities.h File Reference

Include dependency graph for CommonUtilities.h:

This graph shows which files directly or indirectly include this file:


Classes

class  StringToAnsi
class  StringToUni

Functions

static FdoBoolean * BooleanToFdoBool (System::Boolean *b)
FdoByteArray * ByteArrayToFdoByteArray (System::Byte mgBuffer __gc[])
 Convert a managed ByteArray buffer to a new unmanaged ByteArray buffer. This new buffer should be released when it isn't used.
System::Boolean * FdoBoolToBoolean (FdoBoolean *b)
System::Byte FdoByteArrayToByteArray (const FdoByte *umBuffer, FdoInt32 len)[]
System::DateTime FdoDateTimeToDateTime (FdoDateTime &date)
System::String * FdoStringArrayToStringArray (const FdoString **umArray, FdoInt32 len)[]
FdoDateTime SystemDateToFdoDateTime (System::DateTime date)
FdoString ** UnwrapStringArray (System::String *mgArray[])

Comments or suggestions? Send us feedback.