Creates a plain literal with the specified string value and a default language tag

Namespace: BrightstarDB.Rdf
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public PlainLiteral(
	string value
)
Visual Basic
Public Sub New ( 
	value As String
)
Visual C++
public:
PlainLiteral(
	String^ value
)
F#
new : 
        value : string -> PlainLiteral

Parameters

value
Type: System..::..String
The string value of the literal

See Also