TryGetConverter Method (IKrunchDataTypeConverterRegistry)
- Last UpdatedApr 08, 2026
- 1 minute read
A method to get the data type converter for a type.
bool TryGetConverter(
string dataTypeName,
out IKrunchDataTypeConverter dataTypeConverter
)
bool TryGetConverter(
String^ dataTypeName,
[Out] IKrunchDataTypeConverter^ dataTypeConverter
)
Parameters
- dataTypeName
- The string representation of the enumerated type.
- dataTypeConverter
- The interface to the converter function used to convert the data.
Return Value
true if the interface contains an element with the specified key; otherwise, false.