| VariableReferenceToString Method |
This API is preliminary and subject to change.
Returns a string representation of the variable reference, in the format described in RFC 6570.
Namespace: Rackspace.NetAssembly: Rackspace.Net.UriTemplate (in Rackspace.Net.UriTemplate.dll) Version: 1.0.0.0-beta003
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
Type:
StringA string that represents the current object.
Version Information.NET Framework
Supported in: 2.0
Portable Class Library
Supported in: Portable Class Library (Legacy)
URI Template Library
Supported in: 1.0
See Also