TextFormat method
- @nonVirtual
- @Deprecated('va_list is not supported')
- MemoryPointer<
RInt8> text
Text formatting with variables (sprintf() style)
Implementation
@nonVirtual
@Deprecated('va_list is not supported')
MemoryPointer<RChar> TextFormat(
MemoryPointer<RChar> text,
) => text;