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 And
<IHasCulture> (Action <IHasCulture> ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.
-
T Culture
<IHasCulture> (CultureInfo) - Sets the culture.
-
T Culture
<IHasCulture> (int) - Sets the culture.
-
T Culture
<IHasCulture> (string) - Sets the culture.