Class Util.EnUsCultureContext
Provides a context that temporarily switches the culture of the current thread to the "en-us" culture.
public class Util.EnUsCultureContext : IDisposable
- Inheritance
-
Util.EnUsCultureContext
- Implements
- Inherited Members
Constructors
EnUsCultureContext()
Initializes a new instance of the Util.EnUsCultureContext class.
public EnUsCultureContext()
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
Releases unmanaged and - optionally - managed resources
protected virtual void Dispose(bool disposing)
Parameters
disposingbooltrueto release both managed and unmanaged resources;falseto release only unmanaged resources.