TryDeserialize(String, TomlSerializerContext, out T?) Method

Definition

Namespace Tomlyn
Assembly Tomlyn.dll

Attempts to deserialize a TOML payload from text using generated metadata from a serializer context.

public static bool TryDeserialize<T>(string toml, TomlSerializerContext context, scoped out T? value)

Type parameters

T

Parameters

toml
String
value
{T}

Returns