Click or drag to resize
SignDocDocumentwithoutEscapeSequences Method
Remove escape sequences specifying the natural language in text strings. You don't need to call this function unless flag #f_keep_escape_sequences is set.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.7023.29499
Syntax
C#
public static string withoutEscapeSequences(
	string input
)

Parameters

input
Type: SystemString
The input string.

Return Value

Type: String
@a A copy of aInput with escape sequences removed.
See Also