AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

StringExtensions..::..ToSpaceToHtml Method

Replaces space characters with HTML non-breaking space entities.

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

Syntax


public static string ToSpaceToHtml(
	this string str
)

Parameters

str
Type: String
The string to convert.

Return Value

The string with spaces replaced by   entities.