YString
|
public static class YStringExtentionMethods
The YStringExtentionMethods type exposes the following members.
| Name | Description | |
|---|---|---|
| GetNextTextBlock | Get the next block of text which is bounded by the BlockStart and the BlockEnd strings. | |
| IndexOfPrevious | Get the previous index of the given value string in the str string from the startIndex index. | |
| IsIdentifiant |
Check if the identifiant is valid as an identifiant according to the following criterias :
| |
| IsNullOrEmpty | Check if the given string is null or empty. | |
| IsNullOrWhiteSpace | Check if the given string is null or white space. | |
| SplitNotNull | Split the string and remove all empty parts. |