cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Newbie
Participant

API_DatabaseUnid to GS::Unistring

Is there way to convert api_databaseunid to unistring?

Please share any suggestion.

1 Solution

Accepted Solutions
Joel Buehler
Enthusiast

urm, isnt the API_DatabaseUnId not just a struct with only a API_GUID in it? 

 

JoelBuehler_0-1691509577229.png

 

You can retrive the guid like this: API_Guid testguid = aApiDatabseUnId.elemSetId;

you can convert the API_Guid to a GS::UniString with the API Call "APIGuidToString(aGuid)"

 

Go to post

2 Replies 2
Joel Buehler
Enthusiast

urm, isnt the API_DatabaseUnId not just a struct with only a API_GUID in it? 

 

JoelBuehler_0-1691509577229.png

 

You can retrive the guid like this: API_Guid testguid = aApiDatabseUnId.elemSetId;

you can convert the API_Guid to a GS::UniString with the API Call "APIGuidToString(aGuid)"

 

Newbie
Participant

Hi Joel,

Many thanks for your guidance.

 

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!