MCPcopy
hub / github.com/dotnet/vscode-csharp / toString

Method toString

src/razor/src/vscodeAdapter.ts:484–484  ·  view source on GitHub ↗

* Returns a string representation of this Uri. The representation and normalization * of a URI depends on the scheme. The resulting string can be safely used with * [Uri.parse](#Uri.parse). * * @param skipEncoding Do not percentage-encode the result, defaults to `false`. Note tha

(skipEncoding?: boolean)

Source from the content-addressed store, hash-verified

482 * @returns A string representation of this Uri.
483 */
484 toString(skipEncoding?: boolean): string;
485
486 /**
487 * Returns a JSON representation of this Uri.

Calls

no outgoing calls

Tested by 2