| UtilsFixText Method |
Fixes the text.
Namespace:
QsGemBox
Assembly:
QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.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
- Type: SystemString
The s.
Return Value
Type:
StringSystem.String.
See Also