Click or drag to resize

DataMappingTableStringifyT Method

Provide localized string for given value.

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public abstract string Stringify<T>(
	string tag,
	T value
)

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