SessionStateV6.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(SessionStateV6 to String) |
Implicit operator to convert SessionStateV6 to string |
Implicit(String to SessionStateV6) |
Implicit operator to convert string to SessionStateV6 |
Implicit(SessionStateV6 to String)
Implicit operator to convert SessionStateV6 to string
public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.SessionStateV6 e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.SessionStateV6 -> string
Public Shared Widening Operator CType (e As SessionStateV6) As String
Parameters
the value to convert to an instance of SessionStateV6.
Returns
Applies to
Implicit(String to SessionStateV6)
Implicit operator to convert string to SessionStateV6
public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.SessionStateV6 (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.Peering.Support.SessionStateV6
Public Shared Widening Operator CType (value As String) As SessionStateV6
Parameters
- value
- String
the value to convert to an instance of SessionStateV6.