LocalizedString.Implicit(LocalizedString to String) Operator
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);
C#
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
- localizedString
- LocalizedString
The string to be implicitly converted.
Product | Versions |
---|---|
.NET | 10 (package-provided) |
.NET Standard | 2.0 (package-provided) |
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.
.NET feedback
.NET is an open source project. Select a link to provide feedback: