Humanizer.ICulturedStringTransformer
ICulturedStringTransformer Interface
Can transform a string with the given culture
public interface ICulturedStringTransformer : Humanizer.IStringTransformer
Implements IStringTransformer
Methods
ICulturedStringTransformer.Transform(string, CultureInfo) Method
Transform the input
string Transform(string input, System.Globalization.CultureInfo culture);
Parameters
input System.String
String to be transformed
culture System.Globalization.CultureInfo