Skip to content

StringExtensions class

public static class EasyData.StringExtensions

Package: EasyData.Core (targets: netstandard2.0)

Assembly: EasyData.Core.dll

NameTypeDescription
GetSecondPart(this string s, Char sep)stringGets the second part of the string divided by separator. If the separator is not included - the whole string is returned.
ToIdentifier(this string s)stringConverts any string to an identifier (changes all symbols like ’.’ ’;’ ’?’ etc to ’_’)