ProductLengthHeightWidthUnit.Implicit Operator

Definition

Overloads

Implicit(String to ProductLengthHeightWidthUnit)

Source:
ProductLengthHeightWidthUnit.cs
Source:
ProductLengthHeightWidthUnit.cs

Converts a string to a ProductLengthHeightWidthUnit.

public static implicit operator Azure.ResourceManager.EdgeOrder.Models.ProductLengthHeightWidthUnit(string value);
static member op_Implicit : string -> Azure.ResourceManager.EdgeOrder.Models.ProductLengthHeightWidthUnit
Public Shared Widening Operator CType (value As String) As ProductLengthHeightWidthUnit

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ProductLengthHeightWidthUnit>)

Source:
ProductLengthHeightWidthUnit.cs
public static implicit operator Azure.ResourceManager.EdgeOrder.Models.ProductLengthHeightWidthUnit?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.EdgeOrder.Models.ProductLengthHeightWidthUnit>
Public Shared Widening Operator CType (value As String) As Nullable(Of ProductLengthHeightWidthUnit)

Parameters

value
String

Returns

Applies to