AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

StringExtensions..::..ToAlphaNumeric Method

Removes all non-alphanumeric characters except spaces and hyphens from the string.

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

Syntax


public static string ToAlphaNumeric(
	this string str
)

Parameters

str
Type: String
The string to clean.

Return Value

The string containing only alphanumeric characters, spaces, and hyphens.