Skip to content

Class ResultParser

Namespace: Belay.Core
Assembly: Belay.Core.dll

Simple result parser that replaces complex result mapping infrastructure. Handles conversion from device output to strongly-typed results.

csharp
public static class ResultParser

Inheritance

objectResultParser

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Methods

ParseResult<T>(string)

Parses device output as the specified type.

Released under the Apache License 2.0.