SIFWorks ADK 2.0
Translate Method (appValue)
NamespacesEdustructures.SifWorks.Tools.MappingValueSetTranslate(String)

[This is preliminary documentation and is subject to change.]

Translates a value. This method differs from
CopyC#
get
in that it returns appValue if no mapping is defined in the ValueSet. The
CopyC#
get
method returns null if no mapping is defined.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string Translate(
	string appValue
)
Public Overridable Function Translate ( _
	appValue As String _
) As String
public:
virtual String^ Translate (
	String^ appValue
)
Parameters
appValue (String)
An application-defined value
Return Value
The corresponding SIF-defined value

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10