Class CoreMethods
Base class for helpers
[Obsolete("Class was not intended for public use and will be removed in the next version.")]
[ObsoleteSince(28, 2)]
public class CoreMethods
- Inheritance
-
objectCoreMethods
- Derived
- Extension Methods
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.")]
[ObsoleteSince(28, 2)]
protected static string GetString(string resourceKey, string culture = null)
Parameters
resourceKey
stringResource key
culture
stringCulture
Returns
- string