Name | Description | |
---|---|---|
![]() ![]() | AhAE | |
![]() ![]() | bhAE | |
![]() ![]() | ChAE | |
![]() ![]() | xGAE | |
![]() ![]() | YGAE |
The following tables list the members exposed by NStringHelpers.
Name | Description | |
---|---|---|
![]() ![]() | Base64Decode | |
![]() ![]() | Base64Encode | |
![]() ![]() | CapitalizeEachWord | Overloaded. Converts the first letter of each word of the given string to upper case and all other letters to lower case. |
![]() ![]() | InsertBeforeUppersAndDigits | Overloaded. Inserts an arbitrary text before all upper chars and digits in the specified input string and returns the newly created string. |
![]() ![]() | InsertSpacesBeforeUppersAndDigits | Inserts spaces before all upper chars and digits in the specified input string, and returns the newly created string. |
![]() ![]() | IsZeroWidth | Checks whether the given string is empty or consists only of zero width space characters. |
![]() ![]() | NumberToAlphaLower | Converts a number to lowe alpha representation |
![]() ![]() | NumberToCardinal | Converts a number to cardinal number - one, two, three etc. |
![]() ![]() | Pack | Packs the specified string array to a single string using the passed delimiter |
![]() ![]() | SafeStr | If str is null returns an empty string. Otherwise returns str. |
![]() ![]() | SafeTrim | Removes all leading and trailing white-space characters from the given string if it is not null or empty. |