Metalama//API Documentation/Advanced API/Metalama.​Framework.​Engine.​Utilities/Metalama­String­Formatter/Format
Open sandboxFocus

Method Format

Format(FormattableString)

Declaration
public static string Format(FormattableString message)
Parameters
Type Name Description
FormattableString message
Returns
Type Description
String

Format(FormattableString, FormattableString[])

Declaration
public static string Format(FormattableString message, params FormattableString[] concatenatedMessages)
Parameters
Type Name Description
FormattableString message
FormattableString[] concatenatedMessages
Returns
Type Description
String

Format(String, Object, IFormatProvider)

Declaration
public abstract string Format(string format, object arg, IFormatProvider formatProvider)
Parameters
Type Name Description
String format
Object arg
IFormatProvider formatProvider
Returns
Type Description
String