C# 클래스 DropkicKExample.StringExtensions

Extensions for strings
파일 보기 프로젝트 열기: ferventcoder/presentations

공개 메소드들

메소드 설명
FormatWith ( this input ) : string

Formats string with the formatting passed in. This is a shortcut to string.Format().

메소드 상세

FormatWith() 공개 정적인 메소드

Formats string with the formatting passed in. This is a shortcut to string.Format().
public static FormatWith ( this input ) : string
input this The input.
리턴 string