ExtensionMethods Methods
The ExtensionMethods type exposes the following members.
Methods
Name | Description | |
---|---|---|
CountTextForChars |
Counts the text for chars.
|
|
GetRightText |
Gets the right text.
|
|
IsNullable<(Of <<'(T>)>>) |
Determines whether the specified object is nullable.
|
|
IsNullOrEmpty |
Determines whether a string is null or empty.
|
|
LeftStr |
Gets the left string value starting at length.
|
|
MidStr |
Gets the left string value starting at index and ending at length.
|
|
NumTextToString |
Removes all currency, percent, and thousands separator text from the text.
|
|
RightStr |
Gets the right string value starting at length.
|
|
StripText |
Strips the text of all the characters in the stripString.
|
|
ToBool |
Converts to bool.
|
|
ToDecimal |
Converts to decimal.
|
|
ToInt |
Converts the string representation of a number to an integer.
|
|
TryParseDateTime |
Tries the parse date time.
|
|
TryParseDecimal |
Tries the parse decimal.
|