StringUtility2 extension

Utility for Strings.

on

Properties

isNullOrWhiteSpace bool
Returns true if the string is null or empty.
no setter

Methods

parseInt() int?
Parses this value as int stripping the non digit characters, returns null if this fails.
parseIntWithUnits() int?
toDateTime() DateTime?
Format:
tryParseDateTime() DateTime?