Attempts to convert the specified value to an RDF literal string
Namespace: BrightstarDB.RdfAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public static string GetLiteralString(
Object value
) |
| Visual Basic |
|---|
Public Shared Function GetLiteralString (
value As Object
) As String |
| Visual C++ |
|---|
public:
static String^ GetLiteralString(
Object^ value
) |
| F# |
|---|
static member GetLiteralString :
value : Object -> string
|
Parameters
- value
- Type: System..::..Object
The value to be converted to a literal
Return Value
Type:
StringThe converted literal string
Exceptions
See Also