Class CoreMethods
Base class for helpers
[Obsolete("Class was not intended for public use and will be removed in the next version.")]
public class CoreMethods
- Inheritance
-
objectCoreMethods
- Derived
- Extension Methods
Constructors
CoreMethods()
public CoreMethods()
Methods
GetString(string, string)
Gets the string by the specified resource key
[Obsolete("Method was not intended for public use and will be removed in the next version.")]
protected static string GetString(string resourceKey, string culture = null)
Parameters
resourceKeystringResource key
culturestringCulture
Returns
- string