Table of Contents

Method TryGetValue

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

TryGetValue(string, out string)

Attempts to retrieve the value associated with the specified key.

public bool TryGetValue(string key, out string value)

Parameters

key string

The key of the metadata entry to retrieve.

value string

When this method returns, contains the value associated with the specified key, if found; otherwise, an empty string.

Returns

bool

true if the metadata entry was found; otherwise, false.