robotManager.Helpful Namespace
wManager.Wow.Helpers Namespace
WRobot

Others..::..ReplaceUpperCharBySpaceChar Method

Replace upper char by space.

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

Syntax


public static string ReplaceUpperCharBySpaceChar(
	string s
)
Public Shared Function ReplaceUpperCharBySpaceChar ( _
	s As String _
) As String
public:
static String^ ReplaceUpperCharBySpaceChar(
	String^ s
)

Parameters

s
Type: String
text.

Return Value

text without upper case.