Skip to content

StringExtensions class

public static class Korzh.EasyQuery.StringExtensions
TypeNameDescription
BooleanBreakBy(this String s, Char sep, String& key, String& val)
Int32CompareToCI(this String s1, String s2)Compares two strings case-insatively .
Int32ToInt(this String s, Int32 defValue = 0)Converts the string representation of a number to its 32-bit signed integer equivalent. This method does not throw an exception. Instead - it returns some pre-defined value for unsuccessful conversions.
Int64ToLong(this String s, Int64 defValue = 0)Converts the string representation of a number to its 64-bit signed integer equivalent. This method does not throw an exception. Instead - it returns some pre-defined value for unsuccessful conversions.