GitHub    Download    Forum
Overview
Tutorial
C++ API
C# API
General interfaces
Connection
ISystemCallback
ObjectId
Compare
Parse
ToString
Thread
Data interfaces
Schema interfaces
Configuration interfaces
Structures
Error codes
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.
© 2022 Mobiland AG