Craig's Utility Library  4.0 Beta
Utilities.DataTypes.Formatters.Interfaces.IStringFormatter Interface Reference

String formatter More...

Inheritance diagram for Utilities.DataTypes.Formatters.Interfaces.IStringFormatter:
Utilities.DataTypes.Formatters.GenericStringFormatter

Public Member Functions

string Format (string Input, string FormatPattern)
 Formats the string based on the pattern More...
 

Detailed Description

String formatter

Definition at line 27 of file IStringFormatter.cs.

Member Function Documentation

string Utilities.DataTypes.Formatters.Interfaces.IStringFormatter.Format ( string  Input,
string  FormatPattern 
)

Formats the string based on the pattern

Parameters
InputInput string
FormatPatternFormat pattern
Returns
The formatted string

Implemented in Utilities.DataTypes.Formatters.GenericStringFormatter.


The documentation for this interface was generated from the following file: