Click or drag to resize
LocalizedMessageSourcegetMessage Method

[Missing <summary> documentation for "M:DXMLBase.LocalizedMessageSource.getMessage(System.String,System.Object[])"]

Namespace: DXMLBase
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual string getMessage(
	string msgID,
	Object[] parms
)

Parameters

msgID
Type: SystemString

[Missing <param name="msgID"/> documentation for "M:DXMLBase.LocalizedMessageSource.getMessage(System.String,System.Object[])"]

parms
Type: SystemObject

[Missing <param name="parms"/> documentation for "M:DXMLBase.LocalizedMessageSource.getMessage(System.String,System.Object[])"]

Return Value

Type: String

[Missing <returns> documentation for "M:DXMLBase.LocalizedMessageSource.getMessage(System.String,System.Object[])"]

Implements

IMessageSourcegetMessage(String, Object)
See Also