GitHub
Download
Forum
Overview
Tutorial
C++ API
C# API
WinRT API
General interfaces
Connection
ISystemCallback
ObjectId
Compare
Parse
ToString
Thread
Data interfaces
Schema interfaces
Configuration interfaces
Callback interfaces
Structures
Error codes
DataAccess interfaces
DTDL
DADL
Setup
ObjectId.Parse
Converts the string representation of an ObjectId to the equivalent ObjectId structure.
Syntax
static
ObjectId
Parse(
String
p_strObjectId
);
Parameter
p_strObjectId
Type:
String
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.
© 2025 Mobiland AG