mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
Use string interpolation
This commit is contained in:
parent
b69beda620
commit
6e02ea2c61
5 changed files with 18 additions and 18 deletions
|
|
@ -38,7 +38,7 @@ namespace MapControl
|
|||
}
|
||||
else
|
||||
{
|
||||
throw new ArgumentException("No coordinate transformation found in \"" + sourcePath + "\".");
|
||||
throw new ArgumentException($"No coordinate transformation found in {sourcePath}.");
|
||||
}
|
||||
|
||||
if (metadata.GetQuery(NoDataQuery) is string noData && int.TryParse(noData, out int noDataValue))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue