CS Tools Puls DLL
A downloadable tool
Download NowName your own price
This class, named StringProcessing
, is a collection of static methods for processing strings in various ways. Here's a description of each method:
- SwapCase: This method swaps the case of each alphabetic character in a string, converting uppercase characters to lowercase and vice versa.
- IsAlphanumeric: This method checks whether a string consists only of alphanumeric characters, with an option to ignore specified characters.
- Center: This method centers a string within a specified number of padding characters, either a single character or a string, on each side.
- ValueCount (string): This method counts the occurrences of a specified string within the current string, using a specified string comparison option.
- ValueCount (char): This method counts the occurrences of a specified character within the current string.
- IsTitle: This method checks if the string follows the title case format.
- ToTitleCase: This method converts the current string to title case.
- GetDigit (out string): This method retrieves all digits from the current string and outputs them as a string.
- GetDigit (out uint): This method retrieves a non-negative integer from the current string and outputs it as an unsigned integer.
- GetDigit (out double): This method retrieves a floating-point number from the current string and outputs it as a double.
MIT License
Status | In development |
Category | Tool |
Author | Mohamed Rabie |
Download
Download NowName your own price
Click download now to get access to the following files:
CS_ToolsPuls.dll 6.5 kB
Leave a comment
Log in with itch.io to leave a comment.