Extension 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.
Extension
public ref class Extension abstract sealed
public static class Extension
type Extension = class
Public Module Extension
- Inheritance
-
Extension
Methods
FirstNotNullOrEmpty<TKey>(IDictionary<TKey,String>, TKey[]) |
Extension to get the first item in a dictionary if the dictionary contains the key. |
FormatWith(String, Object[]) |
Extension to support formating a string |
ToDictionary(String) |
Converts a ; separated string into a dictionary |
ToEnum<T>(Int32) |
Converts a int to a Enum of the requested type (T) |
ToEnum<T>(String) |
Enum extension |