uri file path c#

62

uri file path c# -

var uri = new System.Uri("c:\\foo");
var converted = uri.AbsoluteUri;

Comments

Submit
0 Comments