MatchProcessingBehavior.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Implicit(MatchProcessingBehavior to String) |
Implicit operator to convert MatchProcessingBehavior to string |
Implicit(String to MatchProcessingBehavior) |
Implicit operator to convert string to MatchProcessingBehavior |
Implicit(MatchProcessingBehavior to String)
Implicit operator to convert MatchProcessingBehavior to string
public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.MatchProcessingBehavior e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.MatchProcessingBehavior -> string
Public Shared Widening Operator CType (e As MatchProcessingBehavior) As String
Parameters
the value to convert to an instance of MatchProcessingBehavior.
Returns
Applies to
Implicit(String to MatchProcessingBehavior)
Implicit operator to convert string to MatchProcessingBehavior
public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.MatchProcessingBehavior (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.MatchProcessingBehavior
Public Shared Widening Operator CType (value As String) As MatchProcessingBehavior
Parameters
- value
- String
the value to convert to an instance of MatchProcessingBehavior.