Click or drag to resize

MessagesBundleGetString Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Generate a phrase string from a Phrase tag within a Phrases node.

Namespace:  Telogis.GeoBase.Internationalization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public string GetString(
	string type,
	string phrase,
	Object obj
)

Parameters

type
Type: SystemString
The name of the node directly below the Lang node and containing the Phrases node.
phrase
Type: SystemString
The ID of the Phrase tag.
obj
Type: SystemObject
The object whose fields and properties will be used to populate the phrase parameters.

Return Value

Type: String
The phrase string.
See Also