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

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode 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 méthode

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
Résultat void

GetIso3Code() public static méthode

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