Humanizer.ICulturedStringTransformer.md

August 3, 2026 ยท View on GitHub

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

Returns

System.String