robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..DelSpecialChar Method

Delete the specials characters.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static string DelSpecialChar(
	string stringSpecialChar
)
Public Shared Function DelSpecialChar ( _
	stringSpecialChar As String _
) As String
public:
static String^ DelSpecialChar(
	String^ stringSpecialChar
)

Parameters

stringSpecialChar
Type: String
The string with specials characters.

Return Value

System.String.