Skip to content

LocalText Implicit operator

Implicit conversion from String that creates a new instance of LocalText with the specified key.

public static implicit operator LocalText(string? key)
parameter description
key The local text key.

See Also