StringFormatName.Implicit(String to StringFormatName) Operator

Definition

Converts a string into a StringFormatName

public:
 static operator Microsoft::Xrm::Sdk::Metadata::StringFormatName ^(System::String ^ formatName);
[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.Metadata.StringFormatName (string formatName);
[<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.Metadata.StringFormatName
Public Shared Widening Operator CType (formatName As String) As StringFormatName

Parameters

formatName
String

Specifies a StringFormatName.

Returns

A StringFormatName that represents the converted String.

Attributes

Applies to