Table of Contents

Interface ICValueConverter<T>

Namespace
ReFuel.CVarScript
Assembly
ReFuel.dll

Interface for converting CValues.

public interface ICValueConverter<T> : ICValueConverter

Type Parameters

T

The type to convert to.

Methods

Convert(CValue?)

Convert a CValue to a convrete C# type.

T Convert(CValue? value)

Parameters

value CValue

The value to convert.

Returns

T

The converted value.