GitHub    Download    Forum
Overview
Tutorial
C++ API
General interfaces
Connection
IInstance
ISystemCallback
Memory
ObjectId
Compare
Parse
ToString
Thread
Data interfaces
Schema interfaces
Configuration interfaces
Structures
Error codes
C# API
DTDL
DADL
Setup

ObjectId::ToString

Converts the ObjectId structure to an equivalent string representation of the ObjectId.

Syntax

void ToString(
[out] char* p_strBuffer
) const;
 
void ToString(
[out] wchar_t* p_strBuffer
) const;

Parameter

p_strBuffer [out]
Type: char* / wchar_t*
Pointer to a buffer receiving the string.
Remarks: The buffer must be at least 32 characters long.

Return value

This function has no return value.
© 2022 Mobiland AG