String returns the textual content of s.
()
| 377 | |
| 378 | // String returns the textual content of s. |
| 379 | func (s *AttributedString) String() string { |
| 380 | return C.GoString(C.uiAttributedStringString(s.s)) |
| 381 | } |
| 382 | |
| 383 | // AppendUnattributed adds str to the end of s. The new substring |
| 384 | // will be unattributed. |
no outgoing calls
no test coverage detected