StringsValidateLetterOrDigit Method
Clears characters other than letters and numbers.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ValidateLetterOrDigit(
string text
)
Public Shared Function ValidateLetterOrDigit (
text As String
) As String
- text String
- Text to process.
StringString with value converted.