Skip to main content
Version: 3.0.1

Humanizer.IStringTransformer

IStringTransformer Interface

Can transform a string

public interface IStringTransformer

Derived
ICulturedStringTransformer

Methods

IStringTransformer.Transform(string) Method

Transform the input

string Transform(string input);

Parameters

input System.String

String to be transformed

Returns

System.String