FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

CommonUtilities.h File Reference

Include dependency graph for CommonUtilities.h:


Classes

class  StringToAnsi
class  StringToUni
 DOXYGEN-IGNORE More...

Functions

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[])

Function Documentation

FdoBoolean* BooleanToFdoBool System::Boolean *  b  )  [inline, static]
 

FdoByteArray* ByteArrayToFdoByteArray System::Byte mgBuffer  __gc[]  )  [inline]
 

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  )  [inline]
 

System::Byte FdoByteArrayToByteArray const FdoByte *  umBuffer,
FdoInt32  len
[inline]
 

System::DateTime FdoDateTimeToDateTime FdoDateTime &  date  )  [inline]
 

System::String* FdoStringArrayToStringArray const FdoString **  umArray,
FdoInt32  len
[inline]
 

FdoDateTime SystemDateToFdoDateTime System::DateTime  date  )  [inline]
 

FdoString** UnwrapStringArray System::String *  mgArray[]  )  [inline]
 


Comments or suggestions? Send us feedback.