Table of Contents

Class CaseInformation

Namespace
UFEDLib
Assembly
UFEDLib.dll
public class CaseInformation
Inheritance
CaseInformation
Inherited Members

Methods

Parse(string)

public static List<(string name, string value)> Parse(string fileName)

Parameters

fileName string

Returns

List<(string name, string value)>

ParseCaseInformation(Stream)

public static List<(string name, string value)> ParseCaseInformation(Stream stream)

Parameters

stream Stream

Returns

List<(string name, string value)>

ParseToJson(string)

public static string ParseToJson(string fileName)

Parameters

fileName string

Returns

string