Attempts to convert the specified value to an RDF literal string

Namespace: BrightstarDB.Rdf
Assembly: 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: String
The converted literal string

Exceptions

ExceptionCondition
System..::..ArgumentExceptionThrown if value is not of a type that can be mapped to an RDF datatype by this class

See Also