Class GeneratedResourceHelper

Class that returns resources

System.Object
  Westwind.Globalization.GeneratedResourceHelper
public static class GeneratedResourceHelper : object

Class Members

MemberDescription

BitmapToEmbeddedHtmlImage

public static string BitmapToEmbeddedHtmlImage(Bitmap bitmap,     ImageFormat format,     string extraAttributes)

public static string BitmapToEmbeddedHtmlImage(Byte[] data,     string contentType,     string extraAttributes)

GetResourceObject

Helper function called from strongly typed resources to retrieve non-string based resource values.

This method returns a resource value based on the active Generated ResourceAccessMode.

public static object GetResourceObject(string resourceSet,     string resourceId,     ResourceManager manager,     ResourceAccessMode resourceMode)

GetResourceString

Helper function called from strongly typed resources to retrieve string based resource values.

This method returns a resource string based on the active Generated ResourceAccessMode.

public static string GetResourceString(string resourceSet,     string resourceId,     ResourceManager manager,     ResourceAccessMode resourceMode)

Requirements

Namespace: Westwind.Globalization
Assembly: westwind.globalization.dll

© West Wind Technologies, 2006 - 2019 • Updated: 01/24/18
Comment or report problem with topic