18#ifndef itkStringConvert_h
19#define itkStringConvert_h
65ITKCommon_EXPORT std::int32_t
70ITKCommon_EXPORT std::int64_t
78ITKCommon_EXPORT std::uint32_t
85ITKCommon_EXPORT std::uint64_t
90ITKCommon_EXPORT
double
ITKCommon_EXPORT std::int32_t StringToInt32(const std::string &str, const char *context)
Convert a string to a numeric value, wrapping low-level conversion exceptions as itk::ExceptionObject...
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
ITKCommon_EXPORT double StringToDouble(const std::string &str, const char *context)
ITKCommon_EXPORT std::uint32_t StringToUInt32(const std::string &str, const char *context)
ITKCommon_EXPORT float StringToFloat(const std::string &str, const char *context)
ITKCommon_EXPORT std::uint64_t StringToUInt64(const std::string &str, const char *context)
ITKCommon_EXPORT std::int64_t StringToInt64(const std::string &str, const char *context)