Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Convert an value of type Converter to a F# first class function value or vice versa.
Namespace/Module Path: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signatures:
static member op_Implicit : Converter<'T,'U> -> 'T -> 'U
static member op_Implicit : ('T -> 'U) -> Converter<'T,'U>
// Usage:
FSharpFunc.op_Implicit (converter)
FSharpFunc.op_Implicit (func)
Parameters
converter
Type: Converter<'T, 'U>The input Converter instance.
func
Type: 'T -> 'UAn input function to be converted to a Converter instance..
Return Value
The result of the conversion.
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Version Information
F# Core Library Versions
Supported in: 2.0, 4.0