Extension Class

Definition

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

Applies to