public static TryAppendChar ( |
||
formatter | Formatter which has requested character to be appended. | |
sb | StringBuilder | String builder to which string should be appended. |
c | char | Character which should be appended. |
success | bool | /// Indicates whether appending operations this far have been successful (true) /// or some of the previous append operations has already failed (false). If false, appending will not be attempted. /// |
maxLength | int | /// On input contains maximum number of characters that are allowed to be appended to the string builder. /// On output indicates remaining character positions allowed before appending will fail. /// |
Résultat | bool |