Click or drag to resize

YStringExtentionMethods Class

This static class contains the string extention methods.
Inheritance Hierarchy
SystemObject
  Upsilon.Common.LibraryYStringExtentionMethods

Namespace: Upsilon.Common.Library
Assembly: Upsilon.Common.Library (in Upsilon.Common.Library.dll) Version: 2.2.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
public static class YStringExtentionMethods

The YStringExtentionMethods type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetNextTextBlock Get the next block of text which is bounded by the BlockStart and the BlockEnd strings.
Public Extension MethodIndexOfPrevious Get the previous index of the given value string in the str string from the startIndex index.
Public Extension MethodIsIdentifiant Check if the identifiant is valid as an identifiant according to the following criterias :
  • It cannot be null or empty.
  • It contains only alphanumeric characters and/or underscore character.
  • It does not start with a digit number.
Public Extension MethodIsNullOrEmpty Check if the given string is null or empty.
Public Extension MethodIsNullOrWhiteSpace Check if the given string is null or white space.
Public Extension MethodSplitNotNull Split the string and remove all empty parts.
Top
See Also