Table of Contents

Class L5XParser

Namespace
L5Sharp
Assembly
L5Sharp.dll

Static class containing mappings for converting string values (XML typed value) to the strongly type object.

public static class L5XParser
Inheritance
L5XParser
Inherited Members

Methods

Parse<T>(string)

Parses the provided string input to the specified type using the predefined L5X parser functions.

public static T Parse<T>(this string input)

Parameters

input string

The string input to parse.

Returns

T

The resulting parsed value.

Type Parameters

T

The type of property to return.

Exceptions

InvalidOperationException

When a parser was not found to the specified type.