Namespace:
Aspose.Words
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic static readonly string Cr
Public Shared ReadOnly Cr As String
public:
static initonly String^ Cr
Field Value
Type:
String
ExamplesShows how to use control characters.
text = text.Replace(ControlChar.Cr, ControlChar.CrLf);
See Also