DateTimeBehaviorConversionRule.Implicit Operator

Definition

Converts a string into a DateTimeBehaviorConversionRule

public:
 static operator Microsoft::Xrm::Sdk::DateTimeBehaviorConversionRule ^(System::String ^ conversionRule);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates", Justification="Clients who do not support operator overloading can use the constructor")]
public static implicit operator Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule (string conversionRule);
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2225:OperatorOverloadsHaveNamedAlternates", Justification="Clients who do not support operator overloading can use the constructor")>]
static member op_Implicit : string -> Microsoft.Xrm.Sdk.DateTimeBehaviorConversionRule
Public Shared Widening Operator CType (conversionRule As String) As DateTimeBehaviorConversionRule

Parameters

conversionRule
String

Specifies a DateTimeBehaviorConversionRule.

Returns

Returns DateTimeBehaviorConversionRuleA DateTimeBehaviorConversionRule that represents the converted String.

Attributes

Applies to