[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 string ToFormEncoded(
this GoogleDriveRequestBody data
)
public static string ToFormEncoded(
this GoogleDriveRequestBody data
)
<ExtensionAttribute>
Public Shared Function ToFormEncoded (
data As GoogleDriveRequestBody
) As String
<ExtensionAttribute>
Public Shared Function ToFormEncoded (
data As GoogleDriveRequestBody
) As String
public:
[ExtensionAttribute]
static String^ ToFormEncoded(
GoogleDriveRequestBody^ data
)
public:
[ExtensionAttribute]
static String^ ToFormEncoded(
GoogleDriveRequestBody^ data
)
static member ToFormEncoded :
data : GoogleDriveRequestBody -> string
static member ToFormEncoded :
data : GoogleDriveRequestBody -> string
Return Value
Type:
StringUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
GoogleDriveRequestBody. 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).