C# 클래스 SIL.FieldWorks.XWorks.Archiving.ArchivingExtensions

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
AppendLineFormat ( this sb, string format, object args, string delimiter ) : void

Combines the functionality fo StringBuilder.AppendFormat and StringBuilder.AppendLine. Also allows for the delimiter to be specified. If the delimiter is null, Environment.NewLine will be used.

GetIso3Code ( this ws ) : string

Finds the ISO3 code for the given writing system.

메소드 상세

AppendLineFormat() 공개 정적인 메소드

Combines the functionality fo StringBuilder.AppendFormat and StringBuilder.AppendLine. Also allows for the delimiter to be specified. If the delimiter is null, Environment.NewLine will be used.
public static AppendLineFormat ( this sb, string format, object args, string delimiter ) : void
sb this
format string
args object
delimiter string
리턴 void

GetIso3Code() 공개 정적인 메소드

Finds the ISO3 code for the given writing system.
public static GetIso3Code ( this ws ) : string
ws this
리턴 string