public static class EasyData.StringExtensions
Package: EasyData.Core
(targets: netstandard2.0
)
Assembly: EasyData.Core.dll
Static Methods
Name | Type | Description |
---|---|---|
GetSecondPart(this string s, Char sep) |
string |
Gets the second part of the string divided by separator. If the separator is not included - the whole string is returned. |
ToIdentifier(this string s) |
string |
Converts any string to an identifier (changes all symbols like '.' ';' '?' etc to '_') |