sparql_escape_uri_printf


Description:


public string sparql_escape_uri_printf (string format, ...)

Formats and escapes a string for use as a URI.

This function takes variadic arguments.

Parameters:

format

a standard printf format string, but notice <link linkend="string-precision">string precision pitfalls</link> documented in to_string

...

the parameters to insert into the format string

Returns:

a newly-allocated string holding the result.The returned string should be freed with g_free when no longer needed.


Namespace: Tsparql
Package: tinysparql-3.0