Aerospike LINDPad Driver

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.Extensions
Assembly:  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

Return Value

A collection of converted values, if possible.

See Also


[Cast{TResult}(IEnumerable{AValue})]
[OfType{TResult}(IEnumerable{AValue})]