C# Class Fluency.Utils.StringExtensions

显示文件 Open project: ChrisEdwards/Fluency

Public Methods

Method Description
format_using ( this format ) : string

Extension for string.Format, since I always forget to type format till the end of the string.

Method Details

format_using() public static method

Extension for string.Format, since I always forget to type format till the end of the string.
public static format_using ( this format ) : string
format this The format.
return string