Converts a single value to its URI encoded string form
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public virtual string Convert(
Object v
) |
| Visual Basic |
|---|
Public Overridable Function Convert (
v As Object
) As String |
| Visual C++ |
|---|
public:
virtual String^ Convert(
Object^ v
) |
| F# |
|---|
abstract Convert :
v : Object -> string
override Convert :
v : Object -> string |
Parameters
- v
- Type: System..::..Object
The value to be converted
Return Value
Type:
StringThe URI encoded string
See Also