C# Class SIL.FieldWorks.XWorks.Archiving.ArchivingExtensions

Exibir arquivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
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.

Method Details

AppendLineFormat() public static method

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
return void

GetIso3Code() public static method

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