IDbResourceDataManager.GetResourceObject

Returns an object from the Resources. Attempts to convert the object to its original type. Use this for any non-string types. Useful for binary resources like images, icons etc.

While this method can be used with strings, GetResourceString() is much more efficient.

public object GetResourceObject(string resourceId,
	string resourceSet,
	string cultureName)

Parameters

resourceId

resourceSet

cultureName
required. Null or Empty culture returns invariant


See also:

Interface IDbResourceDataManager

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