Click or drag to resize

StringExtensions Methods

The StringExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsEmail
Does the string match the format of an email address?
Public methodStatic memberIsLeft
Returns whether the lift side of the string is the given one.
Public methodStatic memberIsNullOrEmpty
Is the string or empty?
Public methodStatic memberIsNullOrWhiteSpace
Is the string or white-space?
Public methodStatic memberIsRight
Returns whether the right side of the string is the given one.
Public methodStatic memberIsSlice
Returns whether a part of the string is equal to another string.
Public methodStatic memberLeft
Returns a substring with the specified numbers of characters from the left side.
Public methodStatic memberRight
Returns a substring with the specified numbers of characters from the right side.
Public methodStatic memberSlice(String, Int32)
Returns a substring starting at a specified index going till the end.
Public methodStatic memberSlice(String, Int32, Int32)
Returns a substring starting and ending at a specified index.
Public methodStatic memberSplitAndTrim
Splits the strings by the specified delimiters and trims each one.
Top
See Also