OSType.Implicit Operator

Definition

Overloads

Implicit(String to OSType)

Source:
OSType.cs
Source:
OSType.cs

Converts a string to a OSType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<OSType>)

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

Parameters

value
String

Returns

Applies to