/ Assembly List / LJCNetCommon / NetString

Namespace - LJCNetCommon


Syntax

C#
public class NetString

Contains common string related static methods.

Remarks

Contains string related static methods for all .NET framework 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
ExceptionString Creates an exception string with outer and inner exception.
GetPropertyName Gets a column name with underscores converted to Pascal case.
InitString Initializes a string to the trimmed value or null.
Truncate Truncates a text string to the specified length.
GetSearchName Gets the Search Property name.

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
AddObjectArgError Adds the missing argument name to the message.
FormatValue Formats the column value for the SQL string. (D)
ScrubDelimitedValues Scrubs extra blanks from the comma delimited string.
Split Split a string without empty entries.
Split Split a string on multiple separators without empty entries.
ThrowArgError Throws the invalid argument exception if message has a value.
18 Methods

Other Private Methods
AddDelimitedValue Adds a value to a comma delimited string.
DelimitValues Missing Summary
2 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.