Table of Contents

Method Parse

Namespace
GuildWars2.Chat
Assembly
GW2SDK.dll

Converts a chat link code to a chat link object.

public static ObjectiveLink Parse(string chatLink)

Parameters

chatLink string

The chat link text.

Returns

ObjectiveLink

The chat link as an object.

Converts a chat link code to a chat link object.

public static ObjectiveLink Parse(ReadOnlySpan<char> chatLink)

Parameters

chatLink ReadOnlySpan<char>

The chat link text.

Returns

ObjectiveLink

The chat link as an object.