MessagesBundleGetString Method | |
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
)
Public Function GetString (
type As String,
phrase As String,
obj As Object
) As String
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:
StringThe phrase string.
See Also