C# 클래스 StringFormats.Program

파일 보기 프로젝트 열기: ProfessionalCSharp/ProfessionalCSharp6

공개 메소드들

메소드 설명
DateAndNumbers ( ) : void
FormattedStringDemo ( ) : void
MoreFormattableString ( ) : void
ShowDetails ( FormattableString s ) : void

비공개 메소드들

메소드 설명
Main ( ) : void
UseCustomIFormattable ( ) : void

메소드 상세

DateAndNumbers() 공개 정적인 메소드

public static DateAndNumbers ( ) : void
리턴 void

FormattedStringDemo() 공개 정적인 메소드

public static FormattedStringDemo ( ) : void
리턴 void

MoreFormattableString() 공개 정적인 메소드

public static MoreFormattableString ( ) : void
리턴 void

ShowDetails() 공개 정적인 메소드

public static ShowDetails ( FormattableString s ) : void
s System.FormattableString
리턴 void