C# 클래스 clojure.lang.Printf

An implementation of Java-style printf/format

Primary inspiration from the Java OpenJDK source. In fact, this is a pretty straightforward translations of the relevant parts. I make no claims to any originality in what follows. The idea was to get something working with the minimum of thought and effort.

파일 보기 프로젝트 열기: richhickey/clojure-clr

공개 메소드들

메소드 설명
Format ( string formatStr ) : string

비공개 메소드들

메소드 설명
FormatFlagsToString ( FormatFlags flags ) : string
Parse ( string format ) : List
ParseFlags ( string s ) : FormatFlags
TranslateFlag ( char c ) : FormatFlags

메소드 상세

Format() 공개 정적인 메소드

public static Format ( string formatStr ) : string
formatStr string
리턴 string