C# 클래스 Fluency.Utils.StringExtensions

파일 보기 프로젝트 열기: ChrisEdwards/Fluency

공개 메소드들

메소드 설명
format_using ( this format ) : string

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

메소드 상세

format_using() 공개 정적인 메소드

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.
리턴 string