Table of Contents

Struct ToStr

Namespace
Mech3DotNet.Reader
Assembly
Mech3DotNet.dll
public struct ToStr : IConvertOperation<string>
Implements
Inherited Members

Methods

Convert(ReaderValue, IEnumerable<string>)

public static string Convert(ReaderValue value, IEnumerable<string> path)

Parameters

value ReaderValue
path IEnumerable<string>

Returns

string

ConvertExpected(IndexWise, string)

public static void ConvertExpected(IndexWise index, string expected)

Parameters

index IndexWise
expected string

ConvertExpected(ReaderValue, IEnumerable<string>, string, ReaderValue)

public static void ConvertExpected(ReaderValue value, IEnumerable<string> path, string expected, ReaderValue underlying)

Parameters

value ReaderValue
path IEnumerable<string>
expected string
underlying ReaderValue

ConvertTo(ReaderValue, IEnumerable<string>)

Apply the operation to the ReaderValue.

This method is not usually called manually, but is called when the operation is applied to a Query.

public string ConvertTo(ReaderValue value, IEnumerable<string> path)

Parameters

value ReaderValue
path IEnumerable<string>

Returns

string

Operators

operator /(Query, ToStr)

public static string operator /(Query query, ToStr op)

Parameters

query Query
op ToStr

Returns

string