LocalizedString.Implicit(LocalizedString to String) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implicitly converts the LocalizedString to a String.
public:
static operator System::String ^(Microsoft::Extensions::Localization::LocalizedString ^ localizedString);
public static implicit operator string? (Microsoft.Extensions.Localization.LocalizedString localizedString);
static member op_Implicit : Microsoft.Extensions.Localization.LocalizedString -> string
Public Shared Widening Operator CType (localizedString As LocalizedString) As String
Parameters
- localizedString
- LocalizedString
The string to be implicitly converted.
Returns
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.