Table of Contents

Method TryGetValue

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

TryGetValue(string, out StringValue)

Tries to get the last StringValue associated with the specified key.

public bool TryGetValue(string key, out StringValue value)

Parameters

key string

The key for which to retrieve the values.

value StringValue

When this method returns, the StringValue containing the value, or empty StringValue.

Returns

bool

true if the key was found; otherwise, false.