Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
LocalizedString.Implicit(LocalizedString to String) Operator
Definition
- Namespace:
- Microsoft.Extensions.Localization
- Assembly:
- Microsoft.Extensions.Localization.Abstractions.dll
- Package:
- Microsoft.Extensions.Localization.Abstractions v11.0.0-preview.5.26302.115
- Source:
- LocalizedString.cs
- Source:
- LocalizedString.cs
- Source:
- LocalizedString.cs
- Source:
- LocalizedString.cs
- Source:
- LocalizedString.cs
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Feedback
Was this page helpful?
