Table of Contents

Class Conversions

Namespace
The.Values
Assembly
Instagile.dll

Custom type-conversion logic for converting view data to model data

public static class Conversions
Inheritance
Conversions
Inherited Members

Methods

Convert<T, U, S>(T)

public static U Convert<T, U, S>(T i) where S : Traits, new()

Parameters

i T

Returns

U

Type Parameters

T
U
S

TryConvert<T, U, S>(T, out U)

public static bool TryConvert<T, U, S>(T i, out U o) where S : Traits, new()

Parameters

i T
o U

Returns

bool

Type Parameters

T
U
S