| UtilsFixText Method |
Fixes the text.
Namespace: QsGemBoxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.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 String
- The s.
Return Value
StringSystem.String.
See Also