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::Parse

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

Syntax

static ObjectId Parse(
[in] const char* p_strObjectId
);
 
static ObjectId Parse(
[in] const wchar_t* p_strObjectId
);

Parameter

p_strObjectId [in]
Type: const char* / const wchar_t*
A pointer to a string containing the string representation of the ObjectId.
Remarks: The string must be 32 characters long.

Return value

The ObjectId that contains the value that was parsed.
© 2022 Mobiland AG