【发布时间】:2014-12-29 18:33:17
【问题描述】:
string vehicleno="kl-12-22222";
DateTime dt = DateTime.Now;
string location = "Trivandrum";
我有一个来自数据库的字符串 string s = "(车辆编号)在 {Location Name} 的 {Time} 偏离 GeoFence。";
如何显示
kl-12-11111 has deviated from GeoFence at 12/29/2014 in Trivandrum
在 C# 中?
【问题讨论】:
-
不清楚你在问什么,也表明你的努力。阅读帮助中心如何提问。
-
string s = "(车辆编号)在 {Location Name} 的 {Time} 偏离 GeoFence。";
-
你使用的上下文是什么?
标签: c#