Extensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extensions for resources.
public static class Extensions
type Extensions = class
Public Module Extensions
- Inheritance
-
Extensions
Fields
| ESCAPED_SEPARATOR |
When the SEPARATOR is found in a string list, the escaped replacement. |
| SEPARATOR |
The separator character between elements in a string list. |
Methods
| MakeList(IEnumerable<String>, String, String) |
Makes a string list. |
| MakeList(String[]) |
Makes a list from parameters. |
| SplitList(String, String, String) |
A string extension method that splits a list. |