Table of Contents

Method TryParse

Namespace
MVVrus.AspNetCore.ActiveSession
Assembly
MVVrus.AspNetCore.ActiveSession.dll

TryParse(string, out ExtRunnerKey)

A static method that can be used for parsing a string representation of a value of this type.

public static bool TryParse(string Source, out ExtRunnerKey ExtRunnerKey)

Parameters

Source string

The string to parse.

ExtRunnerKey ExtRunnerKey

The parse result if the parsing operation was successful.

Returns

bool

A value showing was the parsing operation successful.

Exceptions

ArgumentNullException