FDO .NET API Reference | Feature Data Objects |
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[]) |
|
|
|
Convert a managed ByteArray buffer to a new unmanaged ByteArray buffer. This new buffer should be released when it isn't used.
|
|
|
|
|
|
|
|
|
|
|
|
|
Comments or suggestions? Send us feedback. |