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
ArgError
|
Adds the missing argument name to the message.
|
DelimitValues
|
Adds delimiters to one or more values.
|
FormatValue
|
Formats the column value for the SQL string. (D)
|
ThrowArgError
|
Throws an ArgumentException if the provided message has a value.
|
22 Methods
Other Private Methods
5 Methods
Fields
CompareEqual
|
The compare object is equal to the compareto ojbect.. |
CompareGreater
|
The compare pbkect is greater than the compareto object.
|
CompareLess
|
The compare object is less than the compareto object.
|
CompareNotNullOrEqual
|
The compare object is notnull or equal is equal to the compareto object.
|
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.