URL.toString Method

Parent Object: URL
Defined in namespace "adsk::core" and the header file is <Core/Application/URL.h>

Description

Get the entire URL as string.

Syntax

"uRL_var" is a variable referencing a URL object.
returnValue = uRL_var.toString()
"uRL_var" is a variable referencing a URL object.

#include <Core/Application/URL.h>

returnValue = uRL_var->toString();

Return Value

Type Description
string Returns the entire URL as string.

Version

Introduced in version April 2023