CrypterOptions TryGetValue Method CryptSharp
Gets the value of an option, if the option is set.

Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax

public bool TryGetValue(
	CrypterOptionKey key,
	out Object value
)

Parameters

key
Type: CryptSharp CrypterOptionKey
The key of the option.
value
Type: OnlineSystem Object 
The value, or null if the option is not set.

Return Value

true if the option is set.
See Also