C# Класс SIL.FieldWorks.XWorks.Archiving.ArchivingExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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