Click or drag to resize

StringUtilsInsertZeroWidthSpaces Method (String, Int32)

Namespace:  PDTec.IceNet.Web.Utils
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static string InsertZeroWidthSpaces(
	string text,
	int maxChunkSize
)

Parameters

text
Type: SystemString
maxChunkSize
Type: SystemInt32

Return Value

Type: String
See Also