Base:
3 references to ToString
Microsoft.TemplateEngine.Edge (3)
Constraints\SdkVersionConstraintFactory.cs (3)
60
if (supportedSdk.CheckIfVersionIsValid(_currentSdkVersion.
ToString
()))
69
supportedSdks.Any(supported => supported.CheckIfVersionIsValid(installed.
ToString
())))));
73
string.Format(LocalizableStrings.SdkConstraint_Message_Restricted, _currentSdkVersion.
ToString
(), supportedSdks.ToCsvString()),