function txt2rtf(s: string): string;
public string txt2rtf(string s);
Public Function txt2rtf(s As string) As string
Converts text string into its RTF code representation. This function is used internally.
EkBaseRTFReport Methods