Table of Contents

Method ToString

Namespace
LMKit.Extraction
Assembly
LM-Kit.NET.dll

ToString()

Returns a JSON representation of the extracted value.

public override string ToString()

Returns

string

A JSON-formatted string representing the extracted value. If no value has been extracted, returns an empty string.

Examples

// Dump element as JSON-like string
Console.WriteLine(resultElement.ToString());

Remarks

This method provides a convenient way to visualize the extracted data in JSON format.