StringExtensions Class

Provides generic string extensions.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static class StringExtensions
Inheritance
Object    StringExtensions

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