StringsValidateLetterOrDigit Method

Clears characters other than letters and numbers.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ValidateLetterOrDigit(
	string text
)

Parameters

text  String
Text to process.

Return Value

String
String with value converted.

See Also