[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystem.GoogleDriveAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public static Uri FormatUri(
this string template,
params Object[] args
)
public static Uri FormatUri(
this string template,
params Object[] args
)
<ExtensionAttribute>
Public Shared Function FormatUri (
template As String,
ParamArray args As Object()
) As Uri
<ExtensionAttribute>
Public Shared Function FormatUri (
template As String,
ParamArray args As Object()
) As Uri
public:
[ExtensionAttribute]
static Uri^ FormatUri(
String^ template,
... array<Object^>^ args
)
public:
[ExtensionAttribute]
static Uri^ FormatUri(
String^ template,
... array<Object^>^ args
)
static member FormatUri :
template : string *
args : Object[] -> Uri
static member FormatUri :
template : string *
args : Object[] -> Uri
Return Value
Type:
UriUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
String. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).