StringExtensions Class |
Namespace: MFiles.VAF.Common
The StringExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | 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[].
|