 | DataMappingTableStringifyT Method |
Provide localized string for given value.
Namespace: CTExtensions.ExportCore.Config.DataMappingAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic abstract string Stringify<T>(
string tag,
T value
)
Public MustOverride Function Stringify(Of T) (
tag As String,
value As T
) As String
Parameters
- tag String
- Tag of the Button.
- value T
- Value that should be localized.
Type Parameters
- T
- You should know your types based on the tag.
Return Value
String
See Also