메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |