IHasCulture Interface
Represents something that has a culture.
public interface IHasCulture
- Namespace
- Spectre
.Console - Implementing Types
Properties
- abstract CultureInfo Culture
- Gets or sets the culture.
Extension Methods
-
T Culture
<IHasCulture> (CultureInfo) - Sets the culture.
-
T Culture
<IHasCulture> (int) - Sets the culture.
-
T Culture
<IHasCulture> (string) - Sets the culture.