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.
|
public static AppendLineFormat ( this sb, string format, object args, string delimiter ) : void | ||
sb | this | |
format | string | |
args | object | |
delimiter | string | |
return | void |
public static GetIso3Code ( this ws ) : string | ||
ws | this | |
return | string |