StringExtensions Methods

Methods

HasValue Syntactical sugar for a string null or whitespace check.
TakeAfter Variation on the Substring function. TakeAfter() a specified character.
TakeBefore Variation on the Substring function. TakeBefore() a specified character.
ToBytes Converts a string into a byte[].

See Also