AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

LayoutData..::..ReplaceCaseInsensitiveFind Method

Replaces the case insensitive find.

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static string ReplaceCaseInsensitiveFind(
	string str,
	string findMe,
	string newValue
)

Parameters

str
Type: String
The string.
findMe
Type: String
The find me.
newValue
Type: String
The new value.

Return Value

System.String.