<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`LinkValue`](LinkValue) › [`parseFromString`](LinkValue/parseFromString)
## LinkValue.parseFromString() method
Create a new LinkValue from wikilink syntax.
**Signature:**
```typescript
static parseFromString(app: App, input: string, sourcePath: string): LinkValue | null;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>app</code> | [`App`](App) | |
| <code>input</code> | <code>string</code> | |
| <code>sourcePath</code> | <code>string</code> | |
**Returns:**
[`LinkValue`](LinkValue)` | null`
## Example
parseFromString("\[\[Welcome\|Example Link\]\]")
1.10.0