Namespace - LJCNetCommon
Syntax
C# |
public class NetString
|
Contains common string related static functions.
Remarks
The NetCommon class contains string related static helper functions for
all .NET program types.
Check Values
HasValue
|
Checks if a text value exists. |
IsDigits
|
Checks a string value for digits. |
IsEqual
|
Do an Ignore Case string compare. |
Formatting
Parsing
Soundex
CreateLSoundex
|
Creates a letter based soundex value. (D) |
CreatePSoundex
|
Creates a Phonetic based soundex value. (D) |
IsSoundexLetter
|
Checks if the letter is a soundex skipped letter. (R) |
Phonetic
|
Creates a Phonetic character from the supplied text starting at the
supplied index. (D) |
Other Public Methods
21 Methods
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.