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
stringThe string to parse.
ExtRunnerKey
ExtRunnerKeyThe parse result if the parsing operation was successful.
Returns
- bool
A value showing was the parsing operation successful.