TryGetConverter Method (KrunchDataTypeConverterRegistry)
- Last UpdatedApr 08, 2026
- 1 minute read
Try to get a converter specified in the RealTime_KrunchDataTypeConverters.json configuration file.
public bool TryGetConverter(
string dataTypeName,
out IKrunchDataTypeConverter dataTypeConverter
)
public:
bool TryGetConverter(
String^ dataTypeName,
[Out] IKrunchDataTypeConverter^ dataTypeConverter
)
Parameters
- dataTypeName
- Name of a converter defined in the configuration file.
- dataTypeConverter
- Name of the converter assembly defined in the configuration file.
Return Value
true if the converter exists, and the corresponding converter is populated in the out parameter.false if the converter does not exist.