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
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.