CachingType.Implicit Operator

Definition

Overloads

Implicit(String to CachingType)

Source:
CachingType.cs
Source:
CachingType.cs

Converts a string to a CachingType.

public static implicit operator Azure.Compute.Batch.CachingType(string value);
static member op_Implicit : string -> Azure.Compute.Batch.CachingType
Public Shared Widening Operator CType (value As String) As CachingType

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<CachingType>)

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

Parameters

value
String

Returns

Applies to