AValueHelper..::..Convert<(Of <(<'TResult>)>)> Method
This will convert (coerce) values into TResult if possible.
This will only return converted values. All other values will be ignored.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
public static IEnumerable<TResult> Convert<TResult>( this IEnumerable<AValue> source )
Type Parameters
- TResult
- Coerced Type
Parameters
- source
- Type: IEnumerable<(Of <(<'AValue>)>)>
A collection of AValue items