Utils.FixText Method

QsInformatica.Utils

UtilsFixText Method

Fixes the text.

Namespace:  QsGemBox
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static string FixText(
	string s
)
Public Shared Function FixText ( 
	s As String
) As String
public:
static String^ FixText(
	String^ s
)
static member FixText : 
        s : string -> string 

Parameters

s
Type: SystemString
The s.

Return Value

Type: String
System.String.
See Also