Algorithm.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
| Name | Description |
|---|---|
| Implicit(Algorithm to String) |
Converts a Algorithm to its string representation. |
| Implicit(String to Algorithm) |
Converts a string to Algorithm. |
Implicit(Algorithm to String)
Converts a Algorithm to its string representation.
public static implicit operator string(Azure.Connectors.Sdk.KeyVault.Models.Algorithm value);
static member op_Implicit : Azure.Connectors.Sdk.KeyVault.Models.Algorithm -> string
Public Shared Widening Operator CType (value As Algorithm) As String
Parameters
- value
- Algorithm
Returns
Applies to
Implicit(String to Algorithm)
Converts a string to Algorithm.
public static implicit operator Azure.Connectors.Sdk.KeyVault.Models.Algorithm(string value);
static member op_Implicit : string -> Azure.Connectors.Sdk.KeyVault.Models.Algorithm
Public Shared Widening Operator CType (value As String) As Algorithm
Parameters
- value
- String