.NET API 413,656 bytes
Converter
Provides extension methods for delegate
Converter<T, U> and
predefined converters.
public static Func<
TInput,
TOutput>
AsFunc<
TInput,
TOutput>(
this Converter<
TInput,
TOutput>
converter)
public static Converter<
TInput,
TOutput>
Identity<
TInput,
TOutput>() where
TInput :
TOutput
The converter which returns input argument
without any modifications.
The converter which returns input argument
without any modifications.
Converts the input value without throwing exception.